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