[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.IDisjointSelections.GetSelections

GetSelections Method

GetSelections(int, int)

Gets an ordered array of cell ranges, from largest to smallest, containing the selected cells with minimal overlap between the ranges.

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

Number of rows in the sheet

int columnCount

Number of columns in the sheet

Returns
Type Description
CellRange[]

An array of cell ranges.