Click or drag to resize

IColorScale Interface

This interface provides access to the color scale condition in the conditional format.

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

The IColorScale type exposes the following members.

Properties
Name Description
Public property Criteria
Returns a collection of individual IColorConditionValue objects. The IColorConditionValue object specifies the type, value, and the color of threshold criteria used in the color scale conditional format. Read-only.
Top
Methods
Name Description
Public method SetConditionCount
Sets number of IColorConditionValue objects in the collection. Supported values are 2 and 3.
Top
See Also