Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ClassicCfRule Class / Rank Property


In This Topic
Rank Property (ClassicCfRule)
In This Topic
Gets or sets the rank which is used by ClassicCfRuleType.Top10 conditional formatting rule.
Syntax
'Declaration
 
Public Property Rank As Integer
 
'Usage
 
Dim instance As ClassicCfRule
Dim value As Integer
 
instance.Rank = value
 
value = instance.Rank

Property Value

An integer value represents the number of value to format in the conditional formatting rule.
See Also