Spread Windows Forms 6.0 Product Documentation
PerformUndoAction Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > ConditionalFormatUndoAction Class : PerformUndoAction Method


sender
Object on which the action occurred

Glossary Item Box

Peforms the Conditional Formatting action.

Syntax

Visual Basic (Declaration) 
Public Overrides Function PerformUndoAction( _
   ByVal sender As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ConditionalFormatUndoAction
Dim sender As Object
Dim value As Boolean
 
value = instance.PerformUndoAction(sender)
C# 
public override bool PerformUndoAction( 
   object sender
)

Parameters

sender
Object on which the action occurred

Return Value

Boolean: true if successful; false otherwise

Remarks

If sender is a SpreadView object, it will be used to get the undo state (active sheet, selection, etc.) and raise events during the operation. If its AutoClipboard property is false, then this action will fail.

Requirements

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

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.