Spread Windows Forms 12.0 Product Documentation
Operator Property (IFilter)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFilter Interface : Operator Property
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

Reference

IFilter Interface
IFilter Members