[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.IQuerySelection.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
CellRange GetExtendedSelection(int row, int column)
Function GetExtendedSelection(row As Integer, column As Integer) As CellRange
Parameters
Type Name Description
int row

Row index to which to extend the selection

int column

Column index to which to extend the selection

Returns
Type Description
CellRange