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; }
 
Public Property Rank As Integer
	Get
	Set
 
public:
property int Rank {
	int get ();
	void set (int value);
}
 
member Rank : int with get, set
 
 
 
Property Value
Type:
Int32
 
See Also