Click or drag to resize

IConditionalFormats Interface

Represents a collection of conditional formats.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IConditionalFormats : IEnumerable, 
	IExcelApplication

The IConditionalFormats type exposes the following members.

Properties
Name Description
Public property Count
Returns number of elements in the collection. Read-only.
Public property Item
Returns single element from the collection. Read-only.
Public property Parent
Gets the parent object of the current instance.
(Inherited from IExcelApplication .)
Top
Methods
Name Description
Public method AddCondition
Adds new condition to the collection.
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable .)
Public method RemoveAt
Removes the conditional formatting at the specified Index.
Top
See Also