Click or drag to resize

TopBottom Rank Property

Get or set the value of "n" in a "top/bottom n" conditional formatting rule. If TopPercent or BottomPercent, the value must between 0 and 100. Otherwise it must between 0 and 1000. Default value is 10.

Namespace: Spire.Xls.Core.Spreadsheet.ConditionalFormatting
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Rank { get; set; }

Property Value

Type: Int32
See Also