[]
Returns an ordered array of CellRange objects, from largest to smallest, containing the selected cells with minimal overlap between the ranges.
public CellRange[] GetSelections(int rowCount, int columnCount)
Public Function GetSelections(rowCount As Integer, columnCount As Integer) As CellRange()
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 |
Type | Description |
---|---|
CellRange[] |