Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorkbook Interface / RecalculateBeforeSave Property


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