Text
To
Columns
Delimiter
An enumeration of the types of preset delimiters that can split a column of text into multiple columns.
To call an enum, you call its parent class, name, and property. For example, SpreadsheetApp.TextToColumnsDelimiter.COMMA
.
Properties
| Property | Type | Description |
|---|---|---|
COMMA
|
Enum
|
","
delimiter. |
SEMICOLON
|
Enum
|
";"
delimiter. |
PERIOD
|
Enum
|
"."
delimiter. |
SPACE
|
Enum
|
" "
delimiter. |

