Skip to main content
A newer version of this page is available. .

RichEditDocument.tableStylesInfo Property

Provides information about table styles in the current document.

Declaration

readonly tableStylesInfo: TableStyle[]

Property Value

Type Description
TableStyle[]

An array of TableStyle objects storing information about table styles.

See Also