[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CalculationEngine.CalculateBeforeSave

CalculateBeforeSave Property

CalculateBeforeSave

Gets or sets the property which specifies whether workbooks should be calculated as needed before saving.

Declaration
public bool CalculateBeforeSave { get; set; }
Public Property CalculateBeforeSave As Boolean
Property Value
Type Description
bool

true if if workbooks are calculated before they're saved; otherwise, false.

Remarks

This property is preserved even if you change the Calculation property.