Skip to main content

IdxRichEditTableCollection Members

A collection of tables in a document.

Properties

Name Description
Count Returns the number of items within the list or collection. Inherited from IdxReadOnlyList<T>.
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 IdxReadOnlyList<T>.

Methods

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