getRowIndexByPos(rowPosition: Number);
rowPosition. Position of the table row, index of which must be defined.
The getRowIndexByPos method determines row index by its position in the table.
This method returns a Number type value.
Row position corresponds to its index not considering table vertical scrolling.
The example of use is given on the page with description of the TabSheetMeasures.getColumnIndexByPos method.
Seebsp;also: