Spread WPF 17
GrapeCity.Excel Namespace / IExcelTop10Filter Interface / Top Property


In This Topic
    Top Property (IExcelTop10Filter)
    In This Topic
    Flag indicating whether or not to filter by top order
    Syntax
    'Declaration
     
    Property Top As Boolean
    'Usage
     
    Dim instance As IExcelTop10Filter
    Dim value As Boolean
     
    instance.Top = value
     
    value = instance.Top
    bool Top {get; set;}
    See Also