Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Top10Rule Class / Rank Property


In This Topic
    Rank Property (Top10Rule)
    In This Topic
    Gets the rank of the Top10Rule.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(10)>
    Public Property Rank As Integer
    'Usage
     
    Dim instance As Top10Rule
    Dim value As Integer
     
    instance.Rank = value
     
    value = instance.Rank
    [DefaultValue(10)]
    public int Rank {get; set;}

    Property Value

    The rank of the Top10Rule. The default is 10.
    See Also