Table of Contents

Class IconSet

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

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

IList<ConditionValue>

IconSetType

Get or sets icon set type

public IconSetType IconSetType { get; set; }

Property Value

IconSetType

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

bool

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

bool

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; }

Property Value

bool