SheetXL - v0.3.20
Preparing search index...
@sheetxl/utils
CoordUtils
translateRange
Function translateRange
translateRange
(
range
:
RangeCoords
,
rowIndex
?:
number
,
colIndex
?:
number
,
reuseRange
?:
RangeCoords
,
)
:
RangeCoords
Translate a range by a specified row and column index.
Parameters
range
:
RangeCoords
rowIndex
:
number
= -range.rowStart
colIndex
:
number
= -range.colStart
Optional
reuseRange
:
RangeCoords
Returns
RangeCoords
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
SheetXL - v0.3.20
Loading...
Translate a range by a specified row and column index.