Tab > Tab Assembly Interfaces > ITabTableStyles
The ITabTableStyles interface contains properties and methods for working with the collection of table styles.
Property name | Description | |
![]() |
Count | The Count property returns the number of formatting styles in the collection. |
![]() |
Item | The Item property returns the specified formatting style from the collection. |
Method name | Description | |
![]() |
Add | The Add method adds a style to the collection. |
![]() |
Clear | The Clear method clears the table styles collection. |
![]() |
FindByName | The FindByName method searches for a table formatting style. |
![]() |
LoadFromXml | The LoadFromXml method loads table styles from the row in the XML format. |
![]() |
Move | The Move method moves a style within the collection. |
![]() |
Remove | The Remove method removes the specified style from the collection. |
![]() |
SaveToXml | The SaveToXml method saves table formatting styles to the row in the XML format. |
See also: