Copy |
| Member name | Value | Description |
|---|---|---|
| LinesWithTerminators | 0 | Lines with terminators. |
| SpreadsheetColumn | 1 | Spreadsheet format organized by columns. |
| SpreadsheetField | 2 | Spreadsheet format organized by fields. |
| HtmlParagraph | 3 | HTML format organized by paragraphs. |
LinesWithTerminators copies each individual line of text and includes a carriage return and line feed at the end of each line.
SpreadsheetColumn copies the selected area of text and separates into rows and columns to be pasted into a spreadsheet.
SpreadsheetField copies the selected area of text and separates into rows and columns. Each field (protected or unprotected) is treated as a single cell in a spreadsheet. The end of each row on the terminal screen is treated as the end of the row in a spreadsheet.
HtmlParagraph copies the selected area of text organized in paragraphs in HTML format to be pasted into a Word application.