GrapeCity.Xaml.SpreadSheet.Data
SuspendSpanModelEvent Method
Example 


Suspends the SpanModel, RowHeaderSpanModel, and ColumnHeaderSpanModel events.
Syntax
'Declaration
 
Public Sub SuspendSpanModelEvent() 
'Usage
 
Dim instance As Worksheet
 
instance.SuspendSpanModelEvent()
public void SuspendSpanModelEvent()
Example
This example uses the SuspendSpanModelEvent 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 Server 2012, Windows RT

See Also

Reference

Worksheet Class
Worksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options