ASP.NET Core MVC Controls | ComponentOne
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
     
    
    <System.ComponentModel.DefaultValueAttribute(14)>
    Public Property CalculationPrecision As System.Integer
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As System.Integer
     
    instance.CalculationPrecision = value
     
    value = instance.CalculationPrecision
    [System.ComponentModel.DefaultValue(14)]
    public System.int CalculationPrecision {get; set;}
    public read-write property CalculationPrecision: System.Integer; 
    System.ComponentModel.DefaultValueAttribute(14)
    public function get,set CalculationPrecision : System.int
    [System.ComponentModel.DefaultValue(14)]
    public: __property System.int get_CalculationPrecision();
    public: __property void set_CalculationPrecision( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(14)]
    public:
    property System.int CalculationPrecision {
       System.int get();
       void set (    System.int value);
    }
    See Also