TabSheetMeasures.isLastVisibleColumnLastNonHidden

Syntax

isLastVisibleColumnLastNonHidden();

Description

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

Comments

This method returns True if the last column of visible range is the last non-hidden column 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