Skip to main content

XlOper.Divide(IXlFormulaParameter, IXlFormulaParameter) Method

A division operator.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

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