Express > Express Assembly Interfaces > IEaxRangeFormatConditions
The IEaxRangeFormatConditions interface is used to work with a collection of conditional formatting styles.
Use the IEaxTableStyle.RangeFormatConditions 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 an element to a collection of styles of conditional table formatting. | |
![]() |
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 conditional formatting styles applied in the selected cell range. |
See also: