[]
Specifies the extent (or farthest cell) in the selection of cells.
bool ExtendSelection(int extendRow, int extendColumn)
Function ExtendSelection(extendRow As Integer, extendColumn As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | extendRow | Row index of the farthest cell in the selection |
int | extendColumn | Column index of the farthest cell in the selection |
Type | Description |
---|---|
bool | true if successful; false otherwise |