Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditTableCollection Members

In This Article
A collection of tables in a document.

#Properties
Show Inherited Hide Inherited

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
Show Inherited Hide Inherited

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