Skip to main content
A newer version of this page is available. .

XlOper.LessEqual(IXlFormulaParameter, IXlFormulaParameter) Method

A “Less than or equal” operator.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public static IXlFormulaParameter LessEqual(
    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