[]
Specifies the extent (or farthest cell) in the selection of cells.
void ExtendSelection(int row, int column)
Sub ExtendSelection(row As Integer, column As Integer)
Type | Name | Description |
---|---|---|
int | row | Row index of farthest cell in the selection |
int | column | Column index of farthest cell in the selection |