ICellPosition
The event is triggered when getting the current position of a certain cell
Properties
Section titled "Properties"rowIndex
Section titled "rowIndex"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
visibleColumnIndex
Section titled "visibleColumnIndex"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