[]
Represents the undo actions for clearing conditional formatting of specified ranges.
public class ClearConditionalFormattingUndoAction : UndoAction, ICloneable
Public Class ClearConditionalFormattingUndoAction
Inherits UndoAction
Implements ICloneable
Name | Description |
---|---|
ClearConditionalFormattingUndoAction(SheetView, CellRange[]) | Initializes a new instance of the ClearConditionalFormattingUndoAction class. |
Name | Description |
---|---|
PerformUndoAction(object) | Performs the undo action. |
SaveUndoState() | Saves undo state information. |
Undo(object) | Undoes the clear action. |