IndexOf
Contents
[
Hide
]
IndexOf(string)
Returns the index of a table with the specified name within this collection.
public int IndexOf(string name)
Parameter | Type | Description |
---|---|---|
name | String | The case-insensitive name of a table to find. |
Return Value
The zero-based index of a table with the specified name, or -1 if the table does not exist in this collection.
See Also
- class DocumentTableCollection
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly
IndexOf(DocumentTable)
Returns the index of the specified table within this collection.
public int IndexOf(DocumentTable table)
Parameter | Type | Description |
---|---|---|
table | DocumentTable | A table to find. |
Return Value
The zero-based index of the specified table, or -1 if the table does not exist in this collection.
See Also
- class DocumentTable
- class DocumentTableCollection
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly