ClipboardCut Method
Applies To
fpSpread control
Description
Cuts the selected block of cells to the Clipboard.
Syntax
void CSpreadSheet::ClipboardCut( );
fpSpread1.ClipboardCut( )
Remarks
The ClipboardCopy, ClipboardCut, and ClipboardPaste methods use a tab-delimited text format for data transferred to and from the Clipboard. Only data is transferred to and from the Clipboard; cell properties, such as cell type or data formatting, are not copied, cut, or pasted.
If no cells are selected, the method cuts data from the active cell.
This method is called for the active sheet.
By default, row headers can be included in Clipboard operations. You can change how row headers are handled in Clipboard operations by setting the ClipboardOptions property.
Return Type
None
See Also
ClipboardOptions, Sheet properties
ClipboardCopy, ClipboardPaste methods
DLL Correspondence
SSClipboardCut function