IEaxRangeFormatConditions

Assembly: Express;

Description

The IEaxRangeFormatConditions interface is used to work with a collection of conditional formatting styles.

Comments

Use the IEaxTableStyle.RangeFormatConditions property to get styles collection.

Properties

  Property name Brief description
Count The Count property returns the number of styles in the collection.
Item The Item property returns a style from the collection based on its index.

Methods

  Method name Brief description
Add The Add method adds an element to a collection of  styles of conditional table formatting.
Clear The Clear method clears the styles collection.
GetByRange The GetByRange method returns style of a selected cell range.
Remove The Remove method deletes a style from the collection based on its index.
RemoveByRange The RemoveByRange method removes all conditional formatting styles applied in the selected cell range.

See also:

Express Assembly Interfaces