Skip to main content

IdxRichEditTableCollection Methods

A collection of tables in a document.
Name Description
Add(IdxRichEditDocumentPosition,Integer,Integer,TdxRichEditAutoFitBehaviorType,Integer) Inserts an empty table with the set number of rows and columns at the specified position in the parent document.
Delete(Integer) Deletes the specified table by index.
Get(IdxRichEditDocumentRange) Inherited from IdxRichEditReadOnlyTableCollection.
GetCount Returns the number of items within the list or collection. Inherited from IdxReadOnlyList<T>.
GetFirst Returns the first table in the collection.
GetItem(Integer) Returns the collection item by its zero-based index. Inherited from IdxReadOnlyList<T>.
GetLast Returns the last table in the collection.
GetTableCell(IdxRichEditDocumentPosition) Inherited from IdxRichEditReadOnlyTableCollection.
IndexOf(IdxRichEditTable) Returns the index of the specified table in the collection.
Remove(IdxRichEditTable) Deletes the specified table.
See Also