CopyableRangesFactory
Description
Methods
getAllColumnHeadersRange
copyableRangesFactory.getAllColumnHeadersRange() ⇒ Object | null
Returns a new coords object within all column headers layers (including nested headers) range with
startRow, startCol, endRow and endCol keys.
getCellsRange
copyableRangesFactory.getCellsRange() ⇒ Object | null
Returns a new coords object within the dataset range (cells) with startRow, startCol, endRow
and endCol keys.
getMostBottomColumnHeadersRange
copyableRangesFactory.getMostBottomColumnHeadersRange() ⇒ Object | null
Returns a new coords object within the most-bottom column headers range with startRow,
startCol, endRow and endCol keys.
setSelectedRange
copyableRangesFactory.setSelectedRange(selectedRange)
Sets the selection range to be processed.
| Param | Type | Description |
|---|---|---|
| selectedRange | CellRange | The selection range represented by the CellRange class. |