Spread Silverlight Documentation
ClipboardPasteExtent Constructor


The source range of the copy or cut.
The target ranges to paste.
if set to true the action is a cut; otherwise, copy.
The Clipboard text.
Creates a new instance of the ClipboardPasteExtent class.
Syntax
'Declaration
 
Public Function New( _
   ByVal sourceRange As CellRange, _
   ByVal targetRanges() As CellRange, _
   ByVal isCutting As System.Boolean, _
   ByVal clipboardText As System.String _
)
'Usage
 
Dim sourceRange As CellRange
Dim targetRanges() As CellRange
Dim isCutting As System.Boolean
Dim clipboardText As System.String
 
Dim instance As New ClipboardPasteExtent(sourceRange, targetRanges, isCutting, clipboardText)
public ClipboardPasteExtent( 
   CellRange sourceRange,
   CellRange[] targetRanges,
   System.bool isCutting,
   System.string clipboardText
)

Parameters

sourceRange
The source range of the copy or cut.
targetRanges
The target ranges to paste.
isCutting
if set to true the action is a cut; otherwise, copy.
clipboardText
The Clipboard text.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ClipboardPasteExtent Class
ClipboardPasteExtent Members

 

 


Copyright © GrapeCity, inc. All rights reserved.