Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / ResumeCalcService Method
bool value indicate whether to recalculate all after resuming calc service.


In This Topic
    ResumeCalcService Method (Workbook)
    In This Topic
    Resumes the calculation service.
    Syntax
    'Declaration
     
    Public Sub ResumeCalcService( _
       Optional ByVal recalculateAll As Boolean _
    ) 
    'Usage
     
    Dim instance As Workbook
    Dim recalculateAll As Boolean
     
    instance.ResumeCalcService(recalculateAll)
    public void ResumeCalcService( 
       bool recalculateAll
    )

    Parameters

    recalculateAll
    bool value indicate whether to recalculate all after resuming calc service.
    See Also