[]
Gets the current selection as a string suitable for copying to the clipboard.
public string GetClipString(ClipboardCopyMode copyMode)
| Type | Name | Description |
|---|---|---|
| ClipboardCopyMode | copyMode |
headers should be included in the string. |
| Type | Description |
|---|---|
| string | A string with the content of the current selection. Columns are delimited by tabs and rows are delimited by new lines. |
Gets a range of cells as a string suitable for copying to the clipboard.
public string GetClipString(CellRange rng, ClipboardCopyMode copyMode)
| Type | Name | Description |
|---|---|---|
| CellRange | rng |
should be included in the string. |
| ClipboardCopyMode | copyMode |
headers should be included in the string. |
| Type | Description |
|---|---|
| string | A string with the content of the current selection. Columns are delimited by tabs and rows are delimited by new lines. |