[]
Configurates CalculationPrecision. Sets the number of digits after the decimal point to round to when calculating formulas. Negative value means that no rounding is performed.
public FlexSheetBuilder CalculationPrecision(int value)
Public Function CalculationPrecision(value As Integer) As FlexSheetBuilder
| Type | Name | Description |
|---|---|---|
| int | value | The value. |
| Type | Description |
|---|---|
| FlexSheetBuilder | Current builder. |