Click or drag to resize

IIconSet Interface

This interface provides access to Conditional formatting icon set condition.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IIconSet

The IIconSet type exposes the following members.

Properties
Name Description
Public property IconCriteria
Returns an IconCriteria collection which represents the set of criteria for an icon set conditional formatting rule.
Public property IconSet
Returns or sets an IconSets collection which specifies the icon set used in the conditional format.
Public property IsReverseOrder
Returns or sets a Boolean value indicating if the order of icons is reversed for an icon set.
Public property PercentileValues
Returns or sets a Boolean value indicating if the thresholds for an icon set conditional format are determined using percentiles.
Public property ShowIconOnly
Returns or sets a Boolean value indicating if only the icon is displayed for an icon set conditional format.
Top
See Also