getRowPosByIndex(rowIndex: Number);
rowIndex. Index of the table row, position of which must be defined.
The getRowPosByIndex method determines row position in the table using row index.
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.getColumnPosByIndex method.
Seebsp;also: