Item
Leave feedback
On this page
Gets a DocumentTable instance from the collection at the specified index.
public DocumentTable this[int index] { get; }
| Parameter | Description |
|---|---|
| index | The zero-based index of the table to return. |
A DocumentTable instance from the collection at the specified index.
- class DocumentTable
- class DocumentTableCollection
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly
Gets a DocumentTable instance with the specified name from the collection.
public DocumentTable this[string name] { get; }
| Parameter | Description |
|---|---|
| name | The case-insensitive name of the table to return. |
A DocumentTable instance with the specified name from the collection or null if such an instance does not exist.
- class DocumentTable
- class DocumentTableCollection
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.