[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.SetActiveCell

SetActiveCell Method

SetActiveCell(int, int)

Sets the active cell on this sheet.

Declaration
public void SetActiveCell(int row, int column)
Public Sub SetActiveCell(row As Integer, column As Integer)
Parameters
Type Name Description
int row

Row index of cell

int column

Column index of cell

SetActiveCell(int, int, bool)

Sets the active cell on this sheet.

Declaration
public void SetActiveCell(int row, int column, bool clearSelection)
Public Sub SetActiveCell(row As Integer, column As Integer, clearSelection As Boolean)
Parameters
Type Name Description
int row

Row index of cell

int column

Column index of cell

bool clearSelection

Whether to clear selections