[]
Gets the cell range that would be selected if you extended the current selection to the specified row and column indexes.
CellRange GetExtendedSelection(int row, int column)
Function GetExtendedSelection(row As Integer, column As Integer) As CellRange
Type | Name | Description |
---|---|---|
int | row | Row index to which to extend the selection |
int | column | Column index to which to extend the selection |
Type | Description |
---|---|
CellRange |