Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class / CalculateBeforeSave Property


In This Topic
    CalculateBeforeSave Property
    In This Topic
    Gets or sets the property which specifies whether workbooks should be calculated as needed before saving.
    Syntax
    'Declaration
     
    
    Public Property CalculateBeforeSave As Boolean
    'Usage
     
    
    Dim instance As CalculationEngine
    Dim value As Boolean
     
    instance.CalculateBeforeSave = value
     
    value = instance.CalculateBeforeSave
    public bool CalculateBeforeSave {get; set;}

    Property Value

    true if if workbooks are calculated before they're saved; otherwise, false.
    Remarks
    This property is preserved even if you change the Calculation property.
    See Also