C1.Web.Mvc.Sheet Namespace / FlexSheet Class / CalculationPrecision Property

In This Topic
CalculationPrecision Property
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
 
<DefaultValueAttribute(14)>
Public Property CalculationPrecision As Integer
 
See Also