Interface CellReplaceEdit

interface CellReplaceEdit {
    cells: CellData[];
    count: number;
    editType: Replace;
    index: number;
}

Properties

cells: CellData[]
count: number
editType: Replace
index: number