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

Glossary Item Box

ClipboardCut Method


See Also    DLL    Example

Applies To

fpSpread control

Description

Cuts the selected block of cells to the Clipboard.

Syntax

C++

void CSpreadSheet::ClipboardCut( );

Visual Basic

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

Copyright © GrapeCity, inc. All rights reserved.