[]
Gets an ordered array of cell ranges, from largest to smallest, containing the selected cells with minimal overlap between the ranges.
CellRange[] GetSelections(int rowCount, int columnCount)
Function GetSelections(rowCount As Integer, columnCount As Integer) As CellRange()
Type | Name | Description |
---|---|---|
int | rowCount | Number of rows in the sheet |
int | columnCount | Number of columns in the sheet |
Type | Description |
---|---|
CellRange[] | An array of cell ranges. |