IndexOf
Leave feedback
On this page
Returns the index of a column with the specified name within this collection.
public int IndexOf(string name)
| Parameter | Type | Description |
|---|---|---|
| name | String | The case-insensitive name of a column to find. |
The zero-based index of a column with the specified name, or -1 if the column does not exist in this collection.
- class DocumentTableColumnCollection
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly
Returns the index of the specified column within this collection.
public int IndexOf(DocumentTableColumn column)
| Parameter | Type | Description |
|---|---|---|
| column | DocumentTableColumn | A column to find. |
The zero-based index of the specified column, or -1 if the column does not exist in this collection.
- 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.