'Declaration
Public Function GetClipDataObject( _
ByVal As Boolean, _
ByVal As CellRange, _
ByVal As ClipboardCopyOptions _
) As DataObject
'使用法
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)