Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICellEditor

Cell Editor with fields for editable values

Hierarchy

Index

Properties

active

active: boolean

Editable field for Active/ Inactive status of the Cell.

formulaValue

formulaValue: string

Editable field for formula string.

stringValue

stringValue: string

Editable field for cell value.

Methods

getCellId

  • getCellId(): number

getColumnId

  • getColumnId(): number

getColumnKey

  • getColumnKey(): number

getRowId

  • getRowId(): number

getRowKey

  • getRowKey(): number

getStatus

getValue

isModified

  • isModified(): boolean
  • Returns a flag indicating the modification status of the Cell.

    Returns boolean

Generated using TypeDoc