Spread WPF 17
GrapeCity.Excel Namespace / ICalculationProperty Interface / ReCalculationBeforeSave Property


In This Topic
    ReCalculationBeforeSave Property (ICalculationProperty)
    In This Topic
    Get or set a value indicating whether the formula need recalculated before save.
    Syntax
    'Declaration
     
    Property ReCalculationBeforeSave As Boolean
    'Usage
     
    Dim instance As ICalculationProperty
    Dim value As Boolean
     
    instance.ReCalculationBeforeSave = value
     
    value = instance.ReCalculationBeforeSave
    bool ReCalculationBeforeSave {get; set;}

    Property Value

    true if the formula need to be recalculated; otherwise, false.
    See Also