Public Properties
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 ...
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...
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...
Assigns the specified System.DateTime value to the Operand1 property. Syntax Parameters value The System.DateTime value to assign.
Assigns the specified System.Double value to the Operand1 property. Syntax Parameters value The System.Double value to assign.
Assigns the specified System.String value to the Operand1 property. Syntax Parameters value The System.String value to assign.
Assigns the specified System.Double value to the Operand1 property. Overload List
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...
Assigns the specified System.DateTime value to the Operand2 property. Syntax Parameters value The System.DateTime value to assign.