System.Object
  Docentric.Documents.ObjectModel.DocumentObject
    Docentric.Documents.ObjectModel.Tables.TableColumn

Namespace: Docentric.Documents.ObjectModel.Tables
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class TableColumn : DocumentObject

The TableColumn type exposes the following members.

Name Description
Public constructor .ctor() Creates a new instance of the TableColumn class.
Public constructor .ctor(TableWidth) Initializes a new instance of the TableColumn class with a specified preferred width.
Public constructor .ctor(Length) Initializes a new instance of the TableColumn class with a specified preferred fixed width.
Name Description
Public member OwnerDocument Gets the owner document. (Inherited from DocumentObject)
Public member PreferredWidth Gets or sets the preferred width of the TableColumn.
Name Description
Public method Clone Clones this DocumentObject object including its DOM children. (Inherited from DocumentObject)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString Returns a string that represents the Column. (Overrides TableColumn.ToString)