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


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