Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFilter Interface / Criteria1 Property


In This Topic
Criteria1 Property (IFilter)
In This Topic
Gets the first filtered value for the specified column in a filtered range.
Syntax
'Declaration
 
ReadOnly Property Criteria1 As Object
 
'Usage
 
Dim instance As IFilter
Dim value As Object
 
value = instance.Criteria1

Property Value

An object represents the first filtered value.
See Also