ConditionalFormattingModel Class Members
In This Topic
The following tables list the members exposed by ConditionalFormattingModel.
Public Constructors
Public Properties
| | Name | Description |
 | Count | Gets the number of elements contained in the ICollection object. |
 | IsReadOnly | Gets a value that indicates whether the ICollection object is read-only. |
 | Item | Gets the ConditionalFormatting object at the specified index. |
Top
Public Methods
| | Name | Description |
 | Add | Adds an item to the ICollection object. |
 | Contains | Determines whether ICollection contains a specific value. |
 | CopyTo |
Copies to an array.
|
 | Find |
Finds all conditional formatting that takes effect in the specified cell range.
|
 | FindRules |
Finds all rules which take effect in the specified cell.
|
 | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
 | Remove | Removes the first occurrence of a specific object from the ICollection object. |
Top
See Also