RichEditDocument.tableStylesInfo Property
Returns information about table styles in the document.
Declaration
get tableStylesInfo(): TableStyle[]
Property Value
| Type | Description |
|---|---|
| TableStyle[] | An array of objects that contain information about table styles. |
See Also