deleteCell(index) {
        if (index >= this.children.length || index < 0) {
            throw new DOMException('IndexSizeError');
        }