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
DataObjectTarget Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8