Data Types

row

Supported By

Descriptors

Description

The row data type is a chunk type of string that represents a chunk of text delimited by the rowDelimiter. This includes empty rows but not the last trailing empty row of the string, if there is one.

Note

Accessing a row chunk that is out of range returns empty. Modifying a row chunk that is out of range inserts as many rowDelimiters as necessary to insert text in the appropriate row of the parent string.