Spread Windows Forms 12.0 Product Documentation
Operator Property (ConditionalStyleItem)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ConditionalStyleItem Class : Operator Property
Gets or sets a value that the Cell.Value should match.
Syntax
'Declaration
 
Public Property Operator As ConditionalStyleOperator
'Usage
 
Dim instance As ConditionalStyleItem
Dim value As ConditionalStyleOperator
 
instance.Operator = value
 
value = instance.Operator
public ConditionalStyleOperator Operator {get; set;}

Property Value

A ConditionalStyleOperator value that the Cell.Value should match.
Exceptions
ExceptionDescription
The specified value of the operator is not a valid ConditionalStyleOperator value.
Remarks
Different ConditionalStyleOperators need different numbers of operands. If the ConditionalStyleOperator needs one operand, Value1 is used as the only operand to compare to the cell value. If the ConditionalStyleOperator needs two operands, Value1 and Value2 are used together to compare to the cell value.

The following list lists the operators which do not need an operand.

The following list lists the operators which need one operand.

The following list lists the operators which need two operands.

See Also

Reference

ConditionalStyleItem Class
ConditionalStyleItem Members
Value1 Property
Value2 Property