The event is triggered when getting the current position of a certain cell

Constructors

Accessors

  • get rowIndex(): number
  • Returns number

  • set rowIndex(value): void
  • It returns the position (index) of the row, the cell is in

    Parameters

    • value: number

    Returns void

  • get visibleColumnIndex(): number
  • Returns number

  • set visibleColumnIndex(value): void
  • It returns the position (index) of the column, the cell is in Counts only the visible (non hidden) columns

    Parameters

    • value: number

    Returns void