Rank Property (ClassicCfRule)
Gets or sets the rank which is used by
ClassicCfRuleType.Top10 conditional formatting rule.
public int Rank {get; set;}
'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.