[]
Converts a range of text to a table.
public static C1Table ConvertTextToTable(this C1TextRange range)
Type | Name | Description |
---|---|---|
C1TextRange | range | The range to convert. |
Type | Description |
---|---|
C1Table | The table generated from the text in the range. |
The input text is split on newlines to generate rows. Tabs, commas or spaces separate columns.