vcl-dxrichedit-dot-nativeapi-7c86db4f.md
Exposes a table style collection.
IdxRichEditTableStyleCollection = interface(IdxRichEditStyleCollection<IdxRichEditTableStyle>)
Table styles define table appearance in a document.
The list below outlines key members of the IdxRichEditTableStyleCollection interface. These members allow you to manage table styles in a document.
AddAdds an existing table style to the collection.Count | GetCountReturn the number of table styles in the collection.CreateNewCreates a new table style and adds it to the collection.DeleteMarks an individual table style as deleted. All deleted styles are ignored for all content edit and export operations.GetItemProvides access to individual table styles (by name).
The IdxRichEditDocument.TableStyles property references the IdxRichEditTableStyleCollection interface.
IInterface IdxReadOnlyList<T> IdxRichEditStyleCollection<T> IdxRichEditTableStyleCollection
See Also
IdxRichEditCharacterStyleCollection Interface
IdxRichEditParagraphStyleCollection Interface