[]
Specifies the extent (or farthest cell) in the selection of cells.
public override void ExtendSelection(int extendRow, int extendColumn)
Public Overrides Sub ExtendSelection(extendRow As Integer, extendColumn As Integer)
| 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 |