GrapeCity.Xaml.Excel
RecalculateBeforeSave Property (IExcelWorkbook)


Gets or sets a value indicating whether recalculate formulas before save.
Syntax
'Declaration
 
Property RecalculateBeforeSave As Boolean
'Usage
 
Dim instance As IExcelWorkbook
Dim value As Boolean
 
instance.RecalculateBeforeSave = value
 
value = instance.RecalculateBeforeSave
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

IExcelWorkbook Interface
IExcelWorkbook Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options