'Declaration Public Sub ResumeCalcService( _ Optional ByVal recalculateAll As System.Boolean _ )
'Usage Dim instance As Workbook Dim recalculateAll As System.Boolean instance.ResumeCalcService(recalculateAll)
public void ResumeCalcService( System.bool recalculateAll )
Parameters
- recalculateAll
- bool value indicate whether to recalculate all after resuming calc service.