[]
Adds a cell or cells to the selection.
public virtual void AddSelection(int row, int column, int rowCount, int columnCount)
Public Overridable Sub AddSelection(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | row | Row index of 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 |