Click or drag to resize

IConditionalFormatsCollection Interface

Represents a collection of conditional formats that can be applied to a worksheet range in a spreadsheet application.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IConditionalFormatsCollection

The IConditionalFormatsCollection type exposes the following members.

Properties
Name Description
Public property Capacity
Gets or sets the maximum number of elements the collection can hold.
Public property Count
Gets the count of items in the collection.
Public property Item
Gets the conditional formats for the specified field index.
Top
Methods
Name Description
Public method Add
Adds new item to the collection.
Public method Add(XlsConditionalFormats)
Adds new item to the collection.
Public method CopyFrom
Copies conditional formats from another formats collection.
Public method Find
Search for collection that contains all specified ranges.
Public method FindAll
Search for collection that contains all specified ranges.
Public method GetByIndex
Returns a single Filter object from a collection.
Public method GetEnumerator
Returns an enumerator that iterates through the collection.
Public method Remove
Removes range from the collection of conditional formats.
Public method RemoveAt
Removes the element at the specified index of the collection.
Top
See Also