[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.BaseSheetSelectionModel.ExtendSelection

ExtendSelection Method

ExtendSelection(int, int)

Specifies the extent (or farthest cell) in the selection of cells.

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

Row index of farthest cell in the selection

int column

Column index of farthest cell in the selection

Implements