IdxRichEditTableCollection.IndexOf(IdxRichEditTable) Method
Returns the index of the specified table in the collection.
Declaration
function IndexOf(const ATable: IdxRichEditTable): Integer;
Parameters
| Name | Type | Description |
|---|---|---|
| ATable | IdxRichEditTable | The target table. |
Returns
| Type | Description |
|---|---|
| Integer | The index of the target table ( If the table does not belong to the current table collection, the function returns |
See Also