GrapeCity.Xaml.Excel
RecalculateBeforeSave Property (ExcelWorkbook)


Gets or sets a value indicating whether recalculate formulas before save.
Syntax
'Declaration
 
Public Property RecalculateBeforeSave As Boolean
'Usage
 
Dim instance As ExcelWorkbook
Dim value As Boolean
 
instance.RecalculateBeforeSave = value
 
value = instance.RecalculateBeforeSave
public bool RecalculateBeforeSave {get; set;}

Property Value

true if recalculate all formulas before save; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelWorkbook Class
ExcelWorkbook Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options