TabSheet.ensureRangeVisibility

Syntax

ensureRangeVisibility(range: PP.Ui.TabSheetRange);

Parameters

range. Cell range to be shown in the visible table area.

Description

The ensureRangeVisibility method changes visible area of the table to show selected cell range.

Example

The example of use is given on the page with description of the TabSheet.getActiveSelectedRange method.

Seebsp;also:

TabSheet