[]
Adds a selection on this sheet.
public void AddSelection(int row, int column, int rowCount, int columnCount)
Public Sub AddSelection(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | row | Starting row index of selection |
int | column | Starting column index of selection |
int | rowCount | Number of rows in selection |
int | columnCount | Number of columns in selection |