Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorkbook Class / RecalculateBeforeSave Property


In This Topic
    RecalculateBeforeSave Property (ExcelWorkbook)
    In This Topic
    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.
    See Also