CalculationPrecision Property (FlexSheet)
In This Topic
Gets or sets the number of digits after the decimal point to round to when calculating formulas. Negative value means that no rounding is performed.
Syntax
'Declaration
Public Property CalculationPrecision As Integer
public int CalculationPrecision {get; set;}
See Also