Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITop10 Interface / TopBottom Property


In This Topic
    TopBottom Property
    In This Topic
    Gets or sets one of the constants of the TopBottom enumeration, determining if the ranking is evaluated from the top or bottom.
    Syntax
    'Declaration
     
    
    Property TopBottom As TopBottom
    'Usage
     
    
    Dim instance As ITop10
    Dim value As TopBottom
     
    instance.TopBottom = value
     
    value = instance.TopBottom
    TopBottom TopBottom {get; set;}

    Property Value

    The ranking is evaluated from the top or bottom.
    See Also