[]
Creates a new Changed event arguments object for the selection model for the sheet.
public SheetSelectionModelEventArgs(int row, int column, int rowCount, int columnCount)
Public Sub New(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | row | Row index of the start of the selection |
int | column | Column index of the start of the selection |
int | rowCount | Number of rows in the selection |
int | columnCount | Number of columns in the selection |