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