ICellPosition

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

It returns the position (index) of the row, the cell is in

rowIndex: number

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:367

It returns the position (index) of the column, the cell is in Counts only the visible (non hidden) columns

visibleColumnIndex: number

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:373