@univerjs/core v0.4.2 • Docs
Function: moveMatrixArray()
function moveMatrixArray<T>(
fromIndex,
count,
toIndex,
o): void
Type Parameters
Type Parameter |
---|
T |
Parameters
Parameter | Type |
---|---|
fromIndex | number |
count | number |
toIndex | number |
o | IObjectArrayPrimitiveType <T > | IObjectMatrixPrimitiveType <T > |
Returns
void
Defined in
submodules/univer/packages/core/src/shared/object-matrix.ts:126 (opens in a new tab)