Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICellTxValue

The value of a cell as of a specific transaction id.

Hierarchy

  • ICellTxValue

Index

Methods

getFormulaId

  • getFormulaId(): number
  • Returns the Formula-ID of the Cell at that Transaction ID.

    Returns number

getStringValue

  • getStringValue(): string
  • Returns the StringValue of the Cell at that Transaction ID.

    Returns string

getTxId

  • getTxId(): number
  • Returns the Transaction ID of the value.

    Returns number

Generated using TypeDoc