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

XlCondFmtRuleIconSet.ShowValues Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public bool ShowValues { get; set; }

Property Value

Type Description
Boolean

true, to show cell values; otherwise, false.

See Also