[]
Removes the specified selection from this sheet.
public void RemoveSelection(int row, int column, int rowCount, int columnCount)
Public Sub RemoveSelection(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | row | Starting row index of selection to remove |
int | column | Starting column index of selection to remove |
int | rowCount | Number of rows in selection to remove |
int | columnCount | Number of columns in selection to remove |