Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetClipDataObject(Boolean,CellRange,ClipboardCopyOptions) Method
Whether from cutting
Cell range
ClipboardCopyOptions


In This Topic
GetClipDataObject(Boolean,CellRange,ClipboardCopyOptions) Method
In This Topic
Gets a data object with the necessary formats for Clipboard usage: CellInfoRange, ColumnInfoRange, and RowInfoRange.
Syntax
'Declaration
 
Public Function GetClipDataObject( _
   ByVal fromCutting As Boolean, _
   ByVal cellRange As CellRange, _
   ByVal copyOptions As ClipboardCopyOptions _
) As DataObject
 
'Usage
 
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)

Parameters

fromCutting
Whether from cutting
cellRange
Cell range
copyOptions
ClipboardCopyOptions

Return Value

DataObject
See Also