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


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