The IEaxRangeCellStyles interface is used to work with styles of table formatting.
Use the IEaxTableStyle.RangeCellStyles property to get styles collection.
| Property name | Brief description | |
| The Count property returns the number of styles in the collection. | ||
| The Item property returns a style from the collection based on its index. |
| Method name | Brief description | |
| The Add method adds a selected style to the collection. | ||
| The Clear method clears the styles collection. | ||
| The GetByRange method returns style of a selected cell range. | ||
| The Remove method deletes a style from the collection based on its index. | ||
| The RemoveByRange method removes all formatting styles applied in the selected cell range. |
See also: