[]
Specifies the anchor (or first cell) in the selection of cells.
public virtual void SetAnchor(int row, int column)
Public Overridable Sub SetAnchor(row As Integer, column As Integer)
| Type | Name | Description |
|---|---|---|
| int | row | Row index of the first cell in the selection |
| int | column | Column index of the first cell in the selection |