[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.INotifySelectionChanged.ExtendSelection

ExtendSelection Method

ExtendSelection(int, int)

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

Declaration
bool ExtendSelection(int extendRow, int extendColumn)
Function ExtendSelection(extendRow As Integer, extendColumn As Integer) As Boolean
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

Returns
Type Description
bool

true if successful; false otherwise