Spread WPF Documentation
ResumeCalcService() Method
Example 


Resumes the calculation service.
Syntax
'Declaration
 
Public Sub ResumeCalcService() 
'Usage
 
Dim instance As Worksheet
 
instance.ResumeCalcService()
public void ResumeCalcService()
Example
This example uses the ResumeCalcService method.
gcSpreadSheet1.Sheets[0].SuspendCalcService();
gcSpreadSheet1.Sheets[0].SuspendSpanModelEvent();
gcSpreadSheet1.Sheets[0].ResumeCalcService();
gcSpreadSheet1.Sheets[0].ResumeSpanModelEvent();
GcSpreadSheet1.Sheets(0).SuspendCalcService()
GcSpreadSheet1.Sheets(0).SuspendSpanModelEvent()
GcSpreadSheet1.Sheets(0).ResumeCalcService()
GcSpreadSheet1.Sheets(0).ResumeSpanModelEvent()
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

Worksheet Class
Worksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.