ClipboardCopy Method
Applies To
fpSpread control
Description
Copies the selected block of cells to the Clipboard.
Syntax
void CSpreadSheet::ClipboardCopy( );
fpSpread1.ClipboardCopy( )
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 copies 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
ClipboardCut, ClipboardPaste methods
DLL Correspondence
SSClipboardCopy function