[]
Specifies the extent (or farthest cell) in the selection of cells.
public virtual void ExtendSelection(int row, int column)
Public Overridable 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 |