[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetSelectionModel.GetSelections

GetSelections Method

GetSelections(int, int)

Returns an ordered array of CellRange objects, from largest to smallest, containing the selected cells with minimal overlap between the ranges.

Declaration
public CellRange[] GetSelections(int rowCount, int columnCount)
Public Function GetSelections(rowCount As Integer, columnCount As Integer) As CellRange()
Parameters
Type Name Description
int rowCount

Specifies the number of rows in the sheet in which to look

int columnCount

Specifies the number of columns in the sheet in which to look

Returns
Type Description
CellRange[]
Implements