isLastVisibleColumnLastNonHidden();
The isLastVisibleColumnLastNonHidden method determines whether the last column of visible range is the last non-hidden column in the table.
This method returns True if the last column of visible range is the last non-hidden column 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: