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