[]
Specifies the anchor (or first cell) in the selection of cells.
public override void SetAnchor(int row, int column)
Public Overrides 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 |