Version

Search Results

Operand1 Property

Returns the formula which defines the criteria for the first operand of this condition. Syntax Remarks This property is not directly settable; however, the following methods can be used to assign a formula: SetOperand1(Double) SetOperand1(String) SetOperand1(DateTime) SetOperand1Formula When the Operator property ...

Operand2 Property

Returns or sets a formula for the second operand which defines the criteria for this condition when the Operator property is set to Between or NotBetween Syntax Remarks This property is only applicable when the Operator property is set to Between or NotBetween. Use this property to define the upper limit of the ra...

Operator Property

Returns a FormatConditionOperator constant which determines the manner in which the cell value is compared against the Operand1 property. Syntax Remarks This property determines how the cell value is compared to the Operand1 property; for example, whether it is equal, greater than, less than, etc. For the FormatCo...

SetOperand1(DateTime) Method

Assigns the specified System.DateTime value to the Operand1 property. Syntax Parameters value The System.DateTime value to assign.

SetOperand1(Double) Method

Assigns the specified System.Double value to the Operand1 property. Syntax Parameters value The System.Double value to assign.

SetOperand1(String) Method

Assigns the specified System.String value to the Operand1 property. Syntax Parameters value The System.String value to assign.

SetOperand1 Method

Assigns the specified System.Double value to the Operand1 property. Overload List

SetOperand1Formula Method

Assigns a Infragistics.Documents.Excel.Formula to the Operand1 property. Syntax Parameters formula The string representation of the Infragistics.Documents.Excel.Formula to be assigned to the Operand1 property.cellReferenceMode A Infragistics.Documents.Excel.CellReferenceMode value which specifies whether the formu...

SetOperand2(DateTime) Method

Assigns the specified System.DateTime value to the Operand2 property. Syntax Parameters value The System.DateTime value to assign.