Version

Search Results

AddTextCondition Method

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...

AddUniqueCondition Method

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...

Clear Method (ConditionalFormatCollection)

Removes all items from the collection. Syntax

Contains Method (ConditionalFormatCollection)

Returns true if the collection contains the condition Syntax Parameters condition The condition

Count Property (ConditionalFormatCollection)

Returns the total number of items in the collection. Syntax

GetEnumerator Method (ConditionalFormatCollection)

Returns an enumerator for the items in the collection. Syntax

IndexOf Method (ConditionalFormatCollection)

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

Item Property (ConditionalFormatCollection)

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

Remove Method (ConditionalFormatCollection)

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

RemoveAt Method (ConditionalFormatCollection)

Removes an item from the collection at a specifoed index Syntax Parameters index The zero based index in the collection