FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > DefaultSheetSpanModel Class : Changing Event |
'Declaration Public Event Changing As SheetSpanModelChangingEventHandler
'Usage Dim instance As DefaultSheetSpanModel Dim handler As SheetSpanModelChangingEventHandler AddHandler instance.Changing, handler
public event SheetSpanModelChangingEventHandler Changing
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.
Property | Description |
---|---|
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. |
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8