'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.