Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TopRankedValuesConditionalFormattingRule Class / Rank Property


In This Topic
    Rank Property (TopRankedValuesConditionalFormattingRule)
    In This Topic
    Gets or sets the rank.
    Syntax
    'Declaration
     
    
    Public Property Rank As Integer
    'Usage
     
    
    Dim instance As TopRankedValuesConditionalFormattingRule
    Dim value As Integer
     
    instance.Rank = value
     
    value = instance.Rank
    public int Rank {get; set;}

    Property Value

    The rank.
    See Also