Spread WPF 17
GrapeCity.Excel Namespace / ExcelTop10 Class / Top Property


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