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


In This Topic
    Rank Property (Top10FilterItem)
    In This Topic
    Gets or sets a number filter.
    Syntax
    'Declaration
     
    
    Public Property Rank As Integer
    'Usage
     
    
    Dim instance As Top10FilterItem
    Dim value As Integer
     
    instance.Rank = value
     
    value = instance.Rank
    public int Rank {get; set;}
    See Also