Skip to main content
A newer version of this page is available. .

XlCondFmtRuleIconSet.Values Property

Gets the list of threshold values used in the icon set conditional formatting rule.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public IList<XlCondFmtValueObject> Values { get; }

Property Value

Type Description
IList<XlCondFmtValueObject>

A IList<XlCondFmtValueObject> object representing the list of threshold values.

See Also