Spread 8.0 Documentation
ClipboardCopy Method
Support Options
ActiveX Reference > ActiveX Methods > ClipboardCopy Method

Glossary Item Box

ClipboardCopy Method


See Also    DLL    Example

Applies To

fpSpread control

Description

Copies the selected block of cells to the Clipboard.

Syntax

C++

void CSpreadSheet::ClipboardCopy( );

Visual Basic

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

Copyright © GrapeCity, inc. All rights reserved.