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

XlCondFmtRuleTop10.Bottom Property

Gets or sets whether to identify bottom cell values within the cell range.

Namespace: DevExpress.Export.Xl

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

Declaration

public bool Bottom { get; set; }

Property Value

Type Description
Boolean

true, to apply formatting to the cell values falling in the bottom N bracket; otherwise, false.

See Also