SheetSelectionModelEventArgs Class Members
In This Topic
The following tables list the members exposed by SheetSelectionModelEventArgs.
Public Constructors
Public Properties
| 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. |
Top
Public Methods
| Name | Description |
| ToString | Returns a string that represents the current SheetSelectionModelEventArgs object. |
Top
See Also