isLastVisibleRowLastNonHidden();
The isLastVisibleRowLastNonHidden method determines whether the last row of visible range is the last non-hidden row in the table.
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.
The example of use is given on the page with description of the TabSheetMeasures.isColInsideVisibleRange method.
Seebsp;also: