[]
Represents the undo actions for the ClearConditionalFormatUnDoAction class.
public class ClearConditionalFormatUndoAction : ConditionalFormatUndoActionBase, ICloneable
Public Class ClearConditionalFormatUndoAction
Inherits ConditionalFormatUndoActionBase
Implements ICloneable
| Name | Description |
|---|---|
| ClearConditionalFormatUndoAction() | Creates a new undo action for clear conditional formatting. |
| ClearConditionalFormatUndoAction(SheetView, CellRange) | Creates a new ClearConditionalFormatUndoAction object. |
| ClearConditionalFormatUndoAction(SheetView, CellRange[]) | Creates a new undo action for a clear conditional format of the specified range in the specified sheet. |
| Name | Description |
|---|---|
| PerformUndoAction(object) | Peforms the clear conditional formatting action. |
| ToString() | Returns a string that represents this object. |
| Undo(object) | Peforms the undo ClearConditionalFormat action. |