TabSheetRange.toPlainText

Syntax

toPlainText(onlyVisibleRange: Boolean);

Parameters

onlyVisibleRange. Indicates that only data of visible range should be converted to text. If the parameter is True range data is converted to text, otherwise it is not.

Description

The toPlainText method converts range data to plain text.

Comments

This method returns a String-type value.

Example

The example of use is given on the page with description of the TabSheetRange.toJSON method.

Seebsp;also:

TabSheetRange