IConditionalFormatsCollection Interface |
Namespace: Spire.Xls.Core
The IConditionalFormatsCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Capacity |
Gets or sets the maximum number of elements the collection can hold.
|
![]() |
Count |
Gets the count of items in the collection.
|
![]() |
Item |
Gets the conditional formats for the specified field index.
|
Name | Description | |
---|---|---|
![]() |
Add |
Adds new item to the collection.
|
![]() |
Add(XlsConditionalFormats) |
Adds new item to the collection.
|
![]() |
CopyFrom |
Copies conditional formats from another formats collection.
|
![]() |
Find |
Search for collection that contains all specified ranges.
|
![]() |
FindAll |
Search for collection that contains all specified ranges.
|
![]() |
GetByIndex |
Returns a single Filter object from a collection.
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() |
Remove |
Removes range from the collection of conditional formats.
|
![]() |
RemoveAt |
Removes the element at the specified index of the collection.
|