[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetSelectionModel.GetExtendedSelection

GetExtendedSelection Method

GetExtendedSelection(int, int)

Gets the cell range that would be selected if you extended the current selection to the specified row and column indexes.

Declaration
public CellRange GetExtendedSelection(int extendRow, int extendColumn)
Public Function GetExtendedSelection(extendRow As Integer, extendColumn As Integer) As CellRange
Parameters
Type Name Description
int extendRow

Row index to which to extend the selection

int extendColumn

Column index to which to extend the selection

Returns
Type Description
CellRange