Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Top10Filter Class / TopOrder Property


In This Topic
    TopOrder Property
    In This Topic
    Gets or sets a value indicating whether or not to filter by top order. A false value filters by bottom order.
    Syntax
    'Declaration
     
    
    Public Property TopOrder As Boolean
    'Usage
     
    
    Dim instance As Top10Filter
    Dim value As Boolean
     
    instance.TopOrder = value
     
    value = instance.TopOrder
    public bool TopOrder {get; set;}

    Property Value

    true if filter by top order; otherwise, false.
    See Also