IdxRichEditDocument.TableStyles Property
In This Article
Provides access to the collection of table styles.
#Declaration
Delphi
property TableStyles: IdxRichEditTableStyleCollection read;
#Property Value
Type |
---|
Idx |
#Remarks
Use this property to access and manage table styles in the document. Refer to the IdxRichEditTableStyleCollection interface description for detailed information on available options.
See Also