Visual Basic (Declaration) | |
---|---|
Public Overrides Function PerformUndoAction( _ ByVal sender As Object _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RangeGroupButtonClickUndoAction 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 raise the events during the operation.
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