[]
Peforms the conditional formatting action.
public override bool PerformUndoAction(object sender)
Public Overrides Function PerformUndoAction(sender As Object) As Boolean
Type | Name | Description |
---|---|---|
object | sender | Object on which the action occurred |
Type | Description |
---|---|
bool | Boolean: true if successful; false otherwise |
If sender is a SpreadView object, it will be used to get the undo state (active sheet, selection, and so on.) and raise events during the operation. If its AutoClipboard property is false, then this action fails.