Item
Leave feedback
On this page
Gets a DocumentTableColumn instance from the collection at the specified index.
public DocumentTableColumn this[int index] { get; }
| Parameter | Description |
|---|---|
| index | The zero-based index of the column to return. |
A DocumentTableColumn instance from the collection at the specified index.
- class DocumentTableColumn
- class DocumentTableColumnCollection
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly
Gets a DocumentTableColumn instance with the specified name from the collection.
public DocumentTableColumn this[string name] { get; }
| Parameter | Description |
|---|---|
| name | The case-insensitive name of the column to return. |
A DocumentTableColumn instance with the specified name from the collection or null if such an instance does not exist.
- class DocumentTableColumn
- class DocumentTableColumnCollection
- 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.