TabSheetMeasures.getRowIndexByPos

Syntax

getRowIndexByPos(rowPosition: Number);

Parameters

rowPosition. Position of the table row, index of which must be defined.

Description

The getRowIndexByPos method determines row index by its position in the table.

Comments

This method returns a Number type value.

Row position corresponds to its index not considering table vertical scrolling.

Example

The example of use is given on the page with description of the TabSheetMeasures.getColumnIndexByPos method.

Seebsp;also:

TabSheetMeasures