[]
Represents the event data for the Changed event of the selection model for the sheet.
public class SheetSelectionModelEventArgs : EventArgs
Public Class SheetSelectionModelEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| SheetSelectionModelEventArgs(int, int, int, int) | Creates a new Changed event arguments object for the selection model for the sheet. |
| Name | Description |
|---|---|
| Column | Gets the column index of the selection. |
| ColumnCount | Gets the number of columns in the selection. |
| Row | Gets the row index of the selection. |
| RowCount | Gets the number of rows in the selection. |
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current SheetSelectionModelEventArgs object. |