Visual Basic (Declaration) | |
---|---|
Public Overrides Function PerformUndoAction( _ ByVal sender As Object _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ClipboardPasteUndoAction Dim sender As Object Dim value As Boolean value = instance.PerformUndoAction(sender) |
Parameters
- sender
- Object on which the action occurred
Return Value
Boolean: true if successful; false otherwiseIf sender is a SpreadView object, it will be used to get the undo state (active sheet, selection, etc.) and fire events during the operation. If its AutoClipboard property is false, then this action will fail.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2