Parameters
- text
- Text to parse into the grid.
- rng
- Range where the text will be pasted.
- copyMode
- Whether the string contains header information that should be discarded when applying the values to the cells.
The string contains rows delimited by newline characters and cells delimited by tabs (standard clipboard format).
Only the top left cell of the rng parameter is used; the number of rows and columns copied to the grid is determined by the content of the text parameter.