XlFunc.Trunc(IXlFormulaParameter, Int32) Method
In This Article
A TRUNC mathematical function.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public static IXlFormulaParameter Trunc(
IXlFormulaParameter number,
int num_digits
)
#Parameters
Name | Type | Description |
---|---|---|
number | IXl |
An IXl |
num_digits | Int32 | An integer that is the number of decimal places left in the truncated number. |
#Returns
Type | Description |
---|---|
IXl |
An IXl |
See Also