[]
Adds a cell or cells to the selection.
public override void AddSelection(int row, int column, int rowCount, int columnCount)
Public Overrides Sub AddSelection(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | row | Row index of the first cell to add |
int | column | Column index of the first cell to add |
int | rowCount | Number of rows to add |
int | columnCount | Number of columns to add |