IIconSet
IconCriteria Property
|
Returns an IconCriteria collection which represents the set of criteria for
an icon set conditional formatting rule.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IList<ConditionValue> IconCriteria { get; }
ReadOnly Property IconCriteria As IList(Of ConditionValue)
Get
property IList<ConditionValue^>^ IconCriteria {
IList<ConditionValue^>^ get ();
}
abstract IconCriteria : IList<ConditionValue> with get
Property Value
Type:
IList
ConditionValue
See Also