Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICellEditorSet

Base interface for Cell Editor Collection.

Hierarchy

Index

Methods

filter

getCellById

getCellByRC

  • getCellByRC(rowKey: number, columnKey: number): ICellEditor

getCells

getCellsByColumnKey

  • getCellsByColumnKey(columnKey: number): ICellEditor[]

getCellsByRowKey

isModified

  • isModified(): boolean
  • Returns true if any cell in the collection is modified.

    Returns boolean

Generated using TypeDoc