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

XlFunc.Trunc(IXlFormulaParameter) Method

Namespace: DevExpress.Export.Xl

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

Declaration

public static IXlFormulaParameter Trunc(
    IXlFormulaParameter number
)

Parameters

Name Type Description
number IXlFormulaParameter

An IXlFormulaParameter object that is the function parameter.

Returns

Type Description
IXlFormulaParameter

An IXlFormulaParameter object that is the function result.

See Also