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


In This Topic
    Operator Property (IFilter)
    In This Topic
    Gets an AutoFilterOperator value that represents the operator that associates the two criteria applied by the specified filter.
    Syntax
    'Declaration
     
    
    ReadOnly Property Operator As AutoFilterOperator
    'Usage
     
    
    Dim instance As IFilter
    Dim value As AutoFilterOperator
     
    value = instance.Operator
    AutoFilterOperator Operator {get;}

    Property Value

    An AutoFilterOperator value that represents the filter operator.
    See Also