Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFilter Interface / Criteria2 Property


In This Topic
    Criteria2 Property (IFilter)
    In This Topic
    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