XlOper.Greater(IXlFormulaParameter, IXlFormulaParameter) Method
A “Greater than” operator.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
public static IXlFormulaParameter Greater(
IXlFormulaParameter left,
IXlFormulaParameter right
)
Parameters
Name | Type | Description |
---|---|---|
left | IXlFormulaParameter | An IXlFormulaParameter object that is the left operand. |
right | IXlFormulaParameter | An IXlFormulaParameter object that is the right operand. |
Returns
Type | Description |
---|---|
IXlFormulaParameter | An IXlFormulaParameter object that is the operation result. |
See Also