Spread Windows Forms 12.0 Product Documentation
Criteria2 Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFilter Interface : Criteria2 Property
Gets the second filtered value for the specified column in a filtered range.
Syntax
'Declaration
 
ReadOnly Property Criteria2 As Object
'Usage
 
Dim instance As IFilter
Dim value As Object
 
value = instance.Criteria2
object Criteria2 {get;}

Property Value

An object represents the second filtered value.
Remarks
If you try to access the Criteria2 property for a filter that does not use two criteria, null will be returned.
See Also

Reference

IFilter Interface
IFilter Members