SSpread.ClipboardCut Method
| Explanation | Copies the selected cell block to the clipboard. When exchanging data via the clipboard, use the tab-separated text format. If no cell is selected, the active cell is copied. Use the ClipboardOptions property to change the handling of headers in clipboard operations. | |
| Call format | ClipboardCut() | |
| Return value | None | |
| Arguments | None | |
| Exception | EXT-28 | An error occurred in the ClipboardCopy method |
| Example of use | | |
| Related item | ClipboardOptions property ClipboardCopy, ClipboardPaste methods | |