Skip to main content

XlCondFmtRuleIconSet.Values Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public IList<XlCondFmtValueObject> Values { get; }

Property Value

Type Description
IList<XlCondFmtValueObject>

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

See Also