Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TopRankedValuesConditionalFormattingRule Class / Rank Property
Example


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.
    Example
    This example sets the Rank property.
    See Also