ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / FlexSheet Class / CalculationPrecision Property

In This Topic
    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