IEaxRangeCellStyles

Assembly: Express;

Description

The IEaxRangeCellStyles interface is used to work with styles of table formatting.

Comments

Use the IEaxTableStyle.RangeCellStyles 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 a selected style to the collection.
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 formatting styles applied in the selected cell range.

See also:

Express Assembly Interfaces