IdxRichEditDocument.TableStyles Property
Provides access to the collection of table styles.
Declaration
property TableStyles: IdxRichEditTableStyleCollection read;
Property Value
Type |
---|
IdxRichEditTableStyleCollection |
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