Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGridTxDelta

View of Grid Data with respect to a given Transaction ID Range.

Hierarchy

Index

Methods

deletedCells

deletedColumns

deletedRows

getCell

getCellValue

  • Gets the Cell Value by Cell ID and Transaction ID.

    Parameters

    • cellId: number

      Cell ID

    • txId: number

      Transaction ID

    Returns ICellTxValue

getCells

getColumns

getEndTxId

  • getEndTxId(): number
  • Gets the latest Transaction ID of this Grid View.

    Returns number

getFormulaMap

  • getFormulaMap(): FormulaMap
  • Gets the Map of all formulae by Formula ID, for this grid.

    Returns FormulaMap

getGridId

  • getGridId(): number

getGridInfo

getRows

getStartTxId

  • getStartTxId(): number
  • Gets the oldest Transaction ID of this Grid View.

    Returns number

getTxs

insertedCells

insertedColumns

insertedRows

modifiedCells

Generated using TypeDoc