RemoveSelection Method
RemoveSelection(int, int, int, int)
Removes the specified selection from this sheet.
Declaration
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)
Parameters
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
|