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


In This Topic
    FilterByPercent Property
    In This Topic
    Gets or sets a value indicating whether or not to filter by percent value of the column. A false value filters by number of items.
    Syntax
    'Declaration
     
    
    Public Property FilterByPercent As Boolean
    'Usage
     
    
    Dim instance As Top10Filter
    Dim value As Boolean
     
    instance.FilterByPercent = value
     
    value = instance.FilterByPercent
    public bool FilterByPercent {get; set;}

    Property Value

    true if filter by percent value of the column; otherwise, false.
    See Also