[]
Represents the event data for the Changing event of the span model for the sheet.
public class SheetSpanModelChangingEventArgs : EventArgs
Public Class SheetSpanModelChangingEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| SheetSpanModelChangingEventArgs(int, int, int, int, SheetSpanModelChangingEventType) | Creates a new Changing event arguments object for the span model for the sheet. |
| Name | 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. |