Spread Silverlight Documentation
ResumeSpanModelEvent Method
Example 


GrapeCity.Windows.SpreadSheet.Data Namespace > Worksheet Class : ResumeSpanModelEvent Method
Resumes the SpanModel, RowHeaderSpanModel, and ColumnHeaderSpanModel events.
Syntax
'Declaration
 
Public Sub ResumeSpanModelEvent() 
'Usage
 
Dim instance As Worksheet
 
instance.ResumeSpanModelEvent()
public void ResumeSpanModelEvent()
Example
This example uses the ResumeSpanModelEvent 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()
See Also

Reference

Worksheet Class
Worksheet Members