Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Top10Filter Class / FilterValue Property


In This Topic
    FilterValue Property
    In This Topic
    Gets the actual cell value in the range which is used to perform the comparison for this filter.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FilterValue As Double
    'Usage
     
    
    Dim instance As Top10Filter
    Dim value As Double
     
    value = instance.FilterValue
    public double FilterValue {get;}

    Property Value

    A double value represents the actual cell value in the range which is used to perform the comparison for this filter.
    See Also