GrapeCity MultiRow Windows Forms Documentation
Operator Property


Gets or sets a value that the Value should match.
Syntax
Public Property Operator As ConditionalCellStyleOperator
Dim instance As ConditionalCellStyleItem
Dim value As ConditionalCellStyleOperator
 
instance.Operator = value
 
value = instance.Operator
public ConditionalCellStyleOperator Operator {get; set;}

Property Value

A ConditionalCellStyleOperator value that the Value should match.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value of the operator is not a valid ConditionalCellStyleOperator value.
Remarks
Different ConditionalCellStyleOperators need different numbers of operands. If the ConditionalCellStyleOperator needs one operand, Value1 is used as the only operand to compare to the cell value. If the ConditionalCellStyleOperator 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConditionalCellStyleItem Class
ConditionalCellStyleItem Members
Value1 Property
Value2 Property

 

 


Copyright © GrapeCity, inc. All rights reserved.