Spread Windows Forms 8.0 Product Documentation
Changing Event (ISheetSpanModelChangingEventSupport)


Occurs when the span model is going to change.
Syntax
'Declaration
 
Event Changing As SheetSpanModelChangingEventHandler
'Usage
 
Dim instance As ISheetSpanModelChangingEventSupport
Dim handler As SheetSpanModelChangingEventHandler
 
AddHandler instance.Changing, handler
Event Data

The event handler receives an argument of type SheetSpanModelChangingEventArgs containing data related to this event. The following SheetSpanModelChangingEventArgs properties provide information specific to this event.

PropertyDescription
Column Gets the column index where the event is going to occur.
ColumnCount Gets the number of columns is going to affect.
Row Gets the row index where the event is going to occur.
RowCount Gets the number of rows is going to affect.
Type Gets the type of event that is going to occur.
Requirements

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

See Also

Reference

ISheetSpanModelChangingEventSupport Interface
ISheetSpanModelChangingEventSupport Members

 

 


Copyright © GrapeCity, inc. All rights reserved.