Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / ClipboardPasteUndoAction Class / ClipboardPasteUndoAction Constructor
The source worksheet of the copy or cut.
The target sheet of the paste.
The paste extent information.
The Clipboard pasting option that indicates which content to paste.


In This Topic
    ClipboardPasteUndoAction Constructor
    In This Topic
    Creates a new instance of the ClipboardPasteUndoAction.ClipboardPasteRangeUndoAction class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal srcSheet As Worksheet, _
       ByVal destSheet As Worksheet, _
       ByVal pasteExtent As ClipboardPasteExtent, _
       ByVal option As ClipboardPasteOptions _
    )
    'Usage
     
    Dim srcSheet As Worksheet
    Dim destSheet As Worksheet
    Dim pasteExtent As ClipboardPasteExtent
    Dim option As ClipboardPasteOptions
     
    Dim instance As New ClipboardPasteUndoAction(srcSheet, destSheet, pasteExtent, option)
    public ClipboardPasteUndoAction( 
       Worksheet srcSheet,
       Worksheet destSheet,
       ClipboardPasteExtent pasteExtent,
       ClipboardPasteOptions option
    )

    Parameters

    srcSheet
    The source worksheet of the copy or cut.
    destSheet
    The target sheet of the paste.
    pasteExtent
    The paste extent information.
    option
    The Clipboard pasting option that indicates which content to paste.
    See Also