MCPcopy
hub / github.com/exceljs/exceljs / spliceColumns

Method spliceColumns

lib/doc/defined-names.js:168–173  ·  view source on GitHub ↗
(sheetName, start, numDelete, numInsert)

Source from the content-addressed store, hash-verified

166 }
167
168 spliceColumns(sheetName, start, numDelete, numInsert) {
169 _.each(this.matrixMap, matrix => {
170 matrix.spliceColumns(sheetName, start, numDelete, numInsert);
171 this.normaliseMatrix(matrix, sheetName);
172 });
173 }
174
175 get model() {
176 // To get names per cell - just iterate over all names finding cells if they exist

Callers

nothing calls this directly

Calls 3

normaliseMatrixMethod · 0.95
spliceColumnsMethod · 0.65
eachMethod · 0.45

Tested by

no test coverage detected