Event arguments for the activeCellChanged event.

Hierarchy

Hierarchy

  • IgrSpreadsheetActiveCellChangedEventArgs

Constructors

Accessors

  • get nativeElement(): HTMLElement
  • Returns HTMLElement

  • get newValue(): SpreadsheetCell
  • Returns the new value of the activeCell

    Returns SpreadsheetCell

  • get oldValue(): SpreadsheetCell
  • Returns the previous value of the activeCell

    Returns SpreadsheetCell