IdxRichEditTableCollection Methods
A collection of tables in a document.
Name | Description |
---|---|
Add |
Inserts an empty table with the set number of rows and columns at the specified position in the parent document. |
Delete |
Deletes the specified table by index. |
Get |
Inherited from Idx |
Get |
Returns the number of items within the list or collection.
Inherited from Idx |
Get |
Returns the first table in the collection. |
Get |
Returns the collection item by its zero-based index.
Inherited from Idx |
Get |
Returns the last table in the collection. |
Get |
Inherited from Idx |
Index |
Returns the index of the specified table in the collection. |
Remove |
Deletes the specified table. |
See Also