toPlainText(onlyVisibleRange: Boolean);
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.
The toPlainText method converts range data to plain text.
This method returns a String-type value.
The example of use is given on the page with description of the TabSheetRange.toJSON method.
Seebsp;also: