[]
Represents the undo actions for the ConditionalFormattingBase class.
public abstract class ConditionalFormatUndoActionBase : UndoAction, ICloneable
Public MustInherit Class ConditionalFormatUndoActionBase
Inherits UndoAction
Implements ICloneable
| Name | Description |
|---|---|
| ConditionalFormatUndoActionBase() | Creates a new ConditionalFormatUndoActionBase action. |
| ConditionalFormatUndoActionBase(SheetView, CellRange[]) | Creates a new ConditionalFormatUndoActionBase action. |
| Name | Description |
|---|---|
| cellRanges | Specifies the cell range of the Clear Conditional Formatting |
| sheetView | Specifies the view of the Clear Conditional Formatting |
| Name | Description |
|---|---|
| ClearConditionalFormat() | Clears the conditional format information. |
| GetCorrectConditionString(string) | Gets the correct condition format string. |
| PerformUndoAction(object) | Performs the undo action. |
| RestoreConditionalFormat() | Restores the conditional format infomation. |
| SaveConditionalFormat() | Saves the conditional format infomation. |
| SaveUndoState() | Saves the undo state before performing the action. |
| Undo(object) | Performs the undo action. |