Skip to main content

XlOper.LessEqual(IXlFormulaParameter, IXlFormulaParameter) Method

A “Less than or equal” operator.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

#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