ASP.NET MVC Controls | ComponentOne
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
    [DefaultValue(14)]
    public int CalculationPrecision {get; set;}
    See Also