Table.styleName Property
In This Article
Gets the name of the style applied to the table (see StyleBase.name).
#Declaration
TypeScript
get styleName(): string
#Property Value
Type | Description |
---|---|
string | The style name. |
See Also