[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.BaseSheetSelectionModel.SetAnchor

SetAnchor Method

SetAnchor(int, int)

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

Declaration
public virtual void SetAnchor(int row, int column)
Public Overridable 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

Implements