[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.ISheetSelectionModel.ExtendSelection

ExtendSelection Method

ExtendSelection(int, int)

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

Declaration
void ExtendSelection(int row, int column)
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