Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICell

The Cell Interface, with getter methods for its readonly properties.

Hierarchy

Index

Methods

getCellId

  • getCellId(): number

getColumnId

  • getColumnId(): number
  • Returns the Column ID to which the Cell belongs.

    Returns number

getColumnKey

  • getColumnKey(): number
  • Returns the "Column-Key" of the Column to which the Cell belongs.

    Returns number

getRowId

  • getRowId(): number
  • Returns the Row ID to which the Cell belongs.

    Returns number

getRowKey

  • getRowKey(): number
  • Returns the "Row-Key" of the Row to which the Cell belongs.

    Returns number

Generated using TypeDoc