Enum RoundingMethod
Rounding method
Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions
Assembly: EPPlus.dll
Syntax
public enum RoundingMethod
Fields
| Name | Description |
|---|---|
| Convert | Round decimal number to int using Convert.ToInt32 |
| Floor | Round decimal number to int using Math.Floor |