Spread Silverlight Documentation
ResumeCalcService Method (Workbook)


GrapeCity.Windows.SpreadSheet.Data Namespace > Workbook Class : ResumeCalcService Method
bool value indicate whether to recalculate all after resuming calc service.
Resumes the calculation service.
Syntax
'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.
See Also

Reference

Workbook Class
Workbook Members