TabSheetMeasures.getRowPosByIndex

Syntax

getRowPosByIndex(rowIndex: Number);

Parameters

rowIndex. Index of the table row, position of which must be defined.

Description

The getRowPosByIndex method determines row position in the table using row index.

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.getColumnPosByIndex method.

Seebsp;also:

TabSheetMeasures