[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetSelectionModel.ExtendSelection

ExtendSelection Method

ExtendSelection(int, int)

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

Declaration
public override void ExtendSelection(int extendRow, int extendColumn)
Public Overrides Sub ExtendSelection(extendRow As Integer, extendColumn As Integer)
Parameters
Type Name Description
int extendRow

Row index of the farthest cell in the selection

int extendColumn

Column index of the farthest cell in the selection

Overrides