Class IconSet
Conditional formatting icon set condition.
public class IconSet
- Inheritance
-
IconSet
- Inherited Members
Properties
IconCriteria
Gets an IconCriteria collection
public IList<ConditionValue> IconCriteria { get; }
Property Value
IconSetType
Get or sets icon set type
public IconSetType IconSetType { get; set; }
Property Value
IsReverseOrder
Gets or sets a Boolean value indicates whether the order of icons is reversed for an icon set.
public bool IsReverseOrder { get; set; }
Property Value
PercentileValues
Gets or sets a Boolean value indicates whether thresholds for an icon set conditional format are determined using percentiles.
public bool PercentileValues { get; set; }
Property Value
ShowIconOnly
Gets or sets a Boolean value indcates whether only the icon is displayed for an icon set conditional format.
public bool ShowIconOnly { get; set; }