TabSheetMeasures.isLastVisibleRowLastNonHidden

Syntax

isLastVisibleRowLastNonHidden();

Description

The isLastVisibleRowLastNonHidden method determines whether the last row of visible range is the last non-hidden row in the table.

Comments

This method returns True if the last row in the visible range is the last non-hidden row in the table, otherwise it returns False.

Example

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

Seebsp;also:

TabSheetMeasures