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

IdxRichEditTableStyleCollection Interface

Exposes the collection of table styles in a document.

#Declaration

Delphi
IdxRichEditTableStyleCollection = interface(IdxRichEditStyleCollection<IdxRichEditTableStyle>)

#Remarks

This interface has the following members that allow you to:

  • Create a new table style (CreateNew).

  • Add an existing style to the collection (Add).

  • Mark a table style as deleted (Delete).

  • Obtain the number of stored table styles (Count and GetCount).

  • Access a specific table style by its name (GetItem).

A Rich Edit component‘s Document.TableStyles property references the IdxRichEditTableStyleCollection interface.

#Inheritance

See Also