[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetSelectionModel.SetAnchor

SetAnchor Method

SetAnchor(int, int)

Specifies the anchor (or first cell) in the selection of cells.

Declaration
public override void SetAnchor(int row, int column)
Public Overrides Sub SetAnchor(row As Integer, column As Integer)
Parameters
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

Overrides