Skip to main content

XlCondFmtRuleIconSet.ShowValues Property

Gets or sets whether to show values in the cells satisfying the format condition.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool ShowValues { get; set; }

Property Value

Type Description
Boolean

true, to show cell values; otherwise, false.

See Also