IColorScale
Criteria Property
|
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.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IList<ColorConditionValue> Criteria { get; }
ReadOnly Property Criteria As IList(Of ColorConditionValue)
Get
property IList<ColorConditionValue^>^ Criteria {
IList<ColorConditionValue^>^ get ();
}
abstract Criteria : IList<ColorConditionValue> with get
Property Value
Type:
IList
ColorConditionValue
See Also