TableColumn Class |
Docentric Toolkit Help
Send Feedback |
System.Object
Docentric.Documents.ObjectModel.DocumentObject
Docentric.Documents.ObjectModel.Tables.TableColumn
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
The TableColumn type exposes the following members.
Name | Description | |
---|---|---|
.ctor() | Creates a new instance of the TableColumn class. | |
.ctor(TableWidth) | Initializes a new instance of the TableColumn class with a specified preferred width. | |
.ctor(Length) | Initializes a new instance of the TableColumn class with a specified preferred fixed width. |
Name | Description | |
---|---|---|
OwnerDocument | Gets the owner document. (Inherited from DocumentObject) | |
PreferredWidth | Gets or sets the preferred width of the TableColumn. |
Name | Description | |
---|---|---|
Clone | Clones this DocumentObject object including its DOM children. (Inherited from DocumentObject) | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a string that represents the Column. (Overrides TableColumn.ToString) |