WorksheetConditionalFormats Methods | 
The WorksheetConditionalFormats type exposes the following members.
| Name | Description | |
|---|---|---|
| 
 | 
Add | 
 
Adds new item to the collection.
 
(Inherited from
XlsWorksheetConditionalFormats
.)
 | 
| 
 | 
Add(XlsConditionalFormats) | 
 
Adds new item to the collection.
 
(Inherited from
XlsWorksheetConditionalFormats
.)
 | 
| 
 | 
Clear | 
 
Clears all items from the collection.
 
(Inherited from
XlsWorksheetConditionalFormats
.)
 | 
| 
 | 
Clone | 
 
Creates a new object that is a copy of the current instance.
 
(Inherited from
XlsWorksheetConditionalFormats
.)
 | 
| 
 | 
Contains | 
 
Defines whether collection contains conditional format.
 
(Inherited from
XlsWorksheetConditionalFormats
.)
 | 
| 
 | 
CopyFrom | 
 
Copies conditional formats from another formats collection.
 
(Inherited from
XlsWorksheetConditionalFormats
.)
 | 
| 
 | 
CopyTo | 
 
Copies the elements of the collection to an array, starting at a particular array index.
 
(Inherited from
CollectionBase
T
.)
 | 
| 
 | 
EnsureCapacity | 
 
Enlarges internal storage if necessary.
 
(Inherited from
CollectionExtended
T
.)
 | 
| 
 | 
Equals | 
 
Determines whether the specified object is equal to the current object.
 
(Inherited from
Object
.)
 | 
| 
 | 
Finalize | 
 
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
 
(Inherited from
Object
.)
 | 
| 
 | 
Find | 
 
Search for collection that contains all specified ranges.
 
(Inherited from
XlsWorksheetConditionalFormats
.)
 | 
| 
 | 
FindAll | 
 
Finds all conditional formats within the specified ranges.
 
(Inherited from
XlsWorksheetConditionalFormats
.)
 | 
| 
 | 
FindParent(Type) | 
 
Method used to find parent within a specific type.
 
(Inherited from
CollectionExtended
T
.)
 | 
| 
 | 
FindParent(Type, Boolean) | 
 
Method used to find parent within a specific type.
 
(Inherited from
CollectionExtended
T
.)
 | 
| 
 | 
GetByIndex | 
 
Returns a single Filter object from a collection.
 
(Inherited from
XlsWorksheetConditionalFormats
.)
 | 
| 
 | 
GetEnumerator | 
 
Returns an enumerator that iterates through the collection.
 
(Inherited from
XlsWorksheetConditionalFormats
.)
 | 
| 
 | 
GetHashCode | 
 
Serves as the default hash function.
 
(Inherited from
Object
.)
 | 
| 
 | 
GetType | 
 
Gets the
Type
of the current instance.
 
(Inherited from
Object
.)
 | 
| 
 | 
IndexOf | 
 
Returns the zero-based index of the first occurrence of a specified item within the collection.
 
(Inherited from
CollectionBase
T
.)
 | 
| 
 | 
Insert | 
 
Inserts an element into the list at the specified index.
 
(Inherited from
CollectionBase
T
.)
 | 
| 
 | 
MemberwiseClone | 
 
Creates a shallow copy of the current
Object
.
 
(Inherited from
Object
.)
 | 
| 
 | 
OnClear | 
 
OnClear is invoked before Clear behavior.
 
(Inherited from
CollectionExtended
T
.)
 | 
| 
 | 
OnClearComplete | 
 
OnClear is invoked after Clear behavior.
 
(Inherited from
CollectionExtended
T
.)
 | 
| 
 | 
OnInsert | 
 
Performs additional processes before inserting
a new element into the collection.
 
(Inherited from
CollectionExtended
T
.)
 | 
| 
 | 
OnInsertComplete | 
 
Performs additional processes after inserting
a new element into the collection.
 
(Inherited from
CollectionExtended
T
.)
 | 
| 
 | 
OnRemove | 
 
Performs additional processes before removing
an element from the collection.
 
(Inherited from
CollectionExtended
T
.)
 | 
| 
 | 
OnRemoveComplete | 
 
Performs additional processes after removing
an element from the collection.
 
(Inherited from
CollectionExtended
T
.)
 | 
| 
 | 
OnSet | 
 
Performs additional processes before setting
a value in the collection.
 
(Inherited from
CollectionExtended
T
.)
 | 
| 
 | 
OnSetComplete | 
 
Performs additional processes after setting a value in the collection.
 
(Inherited from
CollectionExtended
T
.)
 | 
| 
 | 
Remove(T) | 
 
Removes the first occurrence of a specific object from the collection.
 
(Inherited from
CollectionBase
T
.)
 | 
| 
 | 
Remove( Rectangle ) | 
 
Removes range from the collection of conditional formats.
 
(Inherited from
XlsWorksheetConditionalFormats
.)
 | 
| 
 | 
RemoveAt | 
 
Removes the element at the specified index of the derived class.
 
(Inherited from
XlsWorksheetConditionalFormats
.)
 | 
| 
 | 
SetParent | 
 
Sets parent object for class.
 
(Inherited from
CollectionExtended
T
.)
 | 
| 
 | 
ToString | 
 
Returns a string that represents the current object.
 
(Inherited from
Object
.)
 |