Spread Windows Forms 6.0 Product Documentation
GetClipDataObject(Boolean,CellRange,ClipboardCopyOptions) Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : GetClipDataObject(Boolean,CellRange,ClipboardCopyOptions) Method


fromCutting
Whether from cutting
cellRange
Cell range
copyOptions
ClipboardCopyOptions

Glossary Item Box

Gets a data object with the necessary formats for Clipboard usage: CellInfoRange, ColumnInfoRange and RowInfoRange

Syntax

Visual Basic (Declaration) 
Public Function GetClipDataObject( _
   ByVal fromCutting As Boolean, _
   ByVal cellRange As CellRange, _
   ByVal copyOptions As ClipboardCopyOptions _
) As DataObject
Visual Basic (Usage)Copy Code
Dim instance As SheetView
Dim fromCutting As Boolean
Dim cellRange As CellRange
Dim copyOptions As ClipboardCopyOptions
Dim value As DataObject
 
value = instance.GetClipDataObject(fromCutting, cellRange, copyOptions)
C# 
public DataObject GetClipDataObject( 
   bool fromCutting,
   CellRange cellRange,
   ClipboardCopyOptions copyOptions
)

Parameters

fromCutting
Whether from cutting
cellRange
Cell range
copyOptions
ClipboardCopyOptions

Return Value

DataObject

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.