FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > ISheetSpanModelChangingEventSupport Interface : Changing Event |
'Declaration Event Changing As SheetSpanModelChangingEventHandler
'Usage Dim instance As ISheetSpanModelChangingEventSupport Dim handler As SheetSpanModelChangingEventHandler AddHandler instance.Changing, handler
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 affected. |
Row | Gets the row index where the event is going to occur. |
RowCount | Gets the number of rows affected. |
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 Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10