'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.