XlOper.Multiply(IXlFormulaParameter, IXlFormulaParameter) Method
A multiplication operator.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public static IXlFormulaParameter Multiply(
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