IdxRichEditTableCollection Members
In This Article
#Properties
Name | Description |
---|---|
Count |
Returns the number of items within the list or collection.
Inherited from Idx |
First | Provides access to the first table in the collection. |
Last | Provides access to the last table in the collection. |
Self |
Provides zero-based indexed access to items within the list or collection.
Inherited from Idx |
#Methods
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