[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.ClearConditionalFormattingUndoAction

ClearConditionalFormattingUndoAction Class

Represents the undo actions for clearing conditional formatting of specified ranges.

Inheritance
ClearConditionalFormattingUndoAction
Implements
Namespace: FarPoint.Win.Spread.UndoRedo
Assembly: FarPoint.Win.Spread.dll
Syntax
public class ClearConditionalFormattingUndoAction : UndoAction, ICloneable
Public Class ClearConditionalFormattingUndoAction
    Inherits UndoAction
    Implements ICloneable

Constructors

Name Description
ClearConditionalFormattingUndoAction(SheetView, CellRange[])

Initializes a new instance of the ClearConditionalFormattingUndoAction class.

Methods

Name Description
PerformUndoAction(object)

Performs the undo action.

SaveUndoState()

Saves the undo state before performing the action.

Undo(object)

Undoes the clear action.