TabSheet.getRangeFromString

Syntax

getRangeFromString(str: String);

Parameters

str.  String view of cell range.

Description

The getRangeFromString method gets cell range from its string view.

Comments

This method returns a PP.Ui.TabSheetRange value.

Example

The example of use is given on the page with description of the TabSheet.CellValue property.

Seebsp;also:

TabSheet