Skip to main content

XlFunc.Trunc(IXlFormulaParameter, Int32) Method

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public static IXlFormulaParameter Trunc(
    IXlFormulaParameter number,
    int num_digits
)

Parameters

Name Type Description
number IXlFormulaParameter

An IXlFormulaParameter object that is the function parameter.

num_digits Int32

An integer that is the number of decimal places left in the truncated number.

Returns

Type Description
IXlFormulaParameter

An IXlFormulaParameter object that is the function result.

See Also