ColorScale
Criteria Property
|
Indicates the type, value, and the color
of threshold criteria used in the color scale conditional format.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IList<ColorConditionValue> Criteria { get; }
Public ReadOnly Property Criteria As IList(Of ColorConditionValue)
Get
public:
property IList<ColorConditionValue^>^ Criteria {
IList<ColorConditionValue^>^ get ();
}
member Criteria : IList<ColorConditionValue> with get
Property Value
Type:
IList
ColorConditionValue
See Also