Skip to content

CopyableRangesFactory

Description

Methods

getAllColumnHeadersRange

Source code

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

Source code

copyableRangesFactory.getCellsRange() ⇒ Object | null

Returns a new coords object within the dataset range (cells) with startRow, startCol, endRow and endCol keys.

getMostBottomColumnHeadersRange

Source code

copyableRangesFactory.getMostBottomColumnHeadersRange() ⇒ Object | null

Returns a new coords object within the most-bottom column headers range with startRow, startCol, endRow and endCol keys.

setSelectedRange

Source code

copyableRangesFactory.setSelectedRange(selectedRange)

Sets the selection range to be processed.

ParamTypeDescription
selectedRangeCellRangeThe selection range represented by the CellRange class.