DocumentTableColumnCollection Class |
Namespace: GroupDocs.Assembly.Data
The DocumentTableColumnCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the total number of DocumentTableColumn objects in the collection.
|
![]() | ItemInt32 |
Gets a DocumentTableColumn instance from the collection at the specified index.
|
![]() | ItemString |
Gets a DocumentTableColumn instance with the specified name from the collection.
|
Name | Description | |
---|---|---|
![]() | Contains(String) |
Returns a value indicating whether this collection contains a column with the specified name.
|
![]() | Contains(DocumentTableColumn) |
Returns a value indicating whether this collection contains the specified column.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator to iterate DocumentTableColumn objects of this collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf(String) |
Returns the index of a column with the specified name within this collection.
|
![]() | IndexOf(DocumentTableColumn) |
Returns the index of the specified column within this collection.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |