index_of method
Contents
[
Hide
]
index_of
Returns the index of a table with the specified name within this collection.
Returns
The zero-based index of a table with the specified name, or -1 if the table does not exist in this collection.
def index_of(self, name):
...
Parameter | Type | Description |
---|---|---|
name | str | The case-insensitive name of a table to find. |
index_of
Returns the index of the specified table within this collection.
Returns
The zero-based index of the specified table, or -1 if the table does not exist in this collection.
def index_of(self, table):
...
Parameter | Type | Description |
---|---|---|
table | DocumentTable |
A table to find. |
See Also
- module
groupdocs.assembly.data
- class
DocumentTableCollection