DocumentTableCollectionIndexOf Method (DocumentTable) |
Returns the index of the specified table within this collection.
Namespace:
GroupDocs.Assembly.Data
Assembly:
GroupDocs.Assembly (in GroupDocs.Assembly.dll) Version: 21.1
Syntaxpublic int IndexOf(
DocumentTable table
)
Public Function IndexOf (
table As DocumentTable
) As Integer
public:
int IndexOf(
DocumentTable^ table
)
member IndexOf :
table : DocumentTable -> int
Parameters
- table
- Type: GroupDocs.Assembly.DataDocumentTable
A table to find.
Return Value
Type:
Int32
The zero-based index of the specified table, or -1 if the table does not exist in this collection.
See Also