[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.ConditionalFormatUndoActionBase

ConditionalFormatUndoActionBase Class

Represents the undo actions for the ConditionalFormattingBase class.

Implements
Namespace: FarPoint.Win.Spread.UndoRedo
Assembly: FarPoint.Win.Spread.dll
Syntax
public abstract class ConditionalFormatUndoActionBase : UndoAction, ICloneable
Public MustInherit Class ConditionalFormatUndoActionBase
    Inherits UndoAction
    Implements ICloneable

Constructors

Name Description
ConditionalFormatUndoActionBase()

Creates a new ConditionalFormatUndoActionBase action.

ConditionalFormatUndoActionBase(SheetView, CellRange[])

Creates a new ConditionalFormatUndoActionBase action.

Fields

Name Description
cellRanges

Specifies the cell range of the Clear Conditional Formatting

sheetView

Specifies the view of the Clear Conditional Formatting

Methods

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 undo state information.

Undo(object)

Performs the undo action.