Spread WinForms 15
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

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