Adds a new TextOperatorConditionalFormat instance to this collection. Syntax Parameters regionAddress A string identifying the region to which this conditional format applies.text A string which determines the string against which cell text values are evaluated. This parameter is optional and defaults to null.text...
Adds a new UniqueConditionalFormat instance to this collection, configured as a unique value condition. Syntax Parameters regionAddress A string identifying the region to which this conditional format applies. Return Value The resulting UniqueConditionalFormat instance. Remarks Use this method to add a condition w...
Removes all items from the collection. Syntax
Returns true if the collection contains the condition Syntax Parameters condition The condition
Returns the total number of items in the collection. Syntax
Returns an enumerator for the items in the collection. Syntax
Gets the index of the item in the collection Syntax Parameters condition Return Value The index or -1 if the item is not in the collection
Indexer Syntax Parameters index The zer-based index of an item Property Value The item at the specified index Exceptions Exception Description System.IndexOutOfRangeException If the index is negative or greater than or equal to Count
Removes an item from the collection Syntax Parameters condition Return Value true is the item was removed or false if the item wasnt in the collection
Removes an item from the collection at a specifoed index Syntax Parameters index The zero based index in the collection