Spread Windows Forms 6.0 Product Documentation
ClipboardPaste(ClipboardPasteOptions,IDataObject) Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class > ClipboardPaste Method : ClipboardPaste(ClipboardPasteOptions,IDataObject) Method


pasteOption
Clipboard paste option (a setting of the ClipboardPasteOptions enumeration)
data
IDataObject

Glossary Item Box

Pastes the contents from the Clipboard to the sheet according to the specified paste option.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ClipboardPaste( _
   ByVal pasteOption As ClipboardPasteOptions, _
   ByVal data As IDataObject _
) 
Visual Basic (Usage)Copy Code
Dim instance As SheetView
Dim pasteOption As ClipboardPasteOptions
Dim data As IDataObject
 
instance.ClipboardPaste(pasteOption, data)
C# 
public void ClipboardPaste( 
   ClipboardPasteOptions pasteOption,
   IDataObject data
)

Parameters

pasteOption
Clipboard paste option (a setting of the ClipboardPasteOptions enumeration)
data
IDataObject

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.