[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.ConditionalFormatUndoAction

ConditionalFormatUndoAction Class

Represents the undo actions for conditional formatting.

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

Constructors

Name Description
ConditionalFormatUndoAction()

Creates a new undo action for conditional formatting.

ConditionalFormatUndoAction(SheetView, CellRange[], NamedStyle, ComparisonOperator, Expression, Expression, string, string)

Creates a new undo action for a conditional formatting action of the specified range in the specified sheet.

Fields

Name Description
comparisonOperator

Specifies the comparisonOperator

firstCondition

Specifies the firstCondition

firstExpression

Specifies the firstExpression

lastCondition

Specifies the lastCondition

lastExpression

Specifies the lastExpression

nameStyle

Specifies the nameStyle

Methods

Name Description
PerformUndoAction(object)

Peforms the conditional formatting action.

SetConditionalFormat(int, int, ConditionalFormat)

Sets conditional format(s) for the cell at the specified row and column.

ToString()

Returns a string that represents this object.

Undo(object)

Peforms the undo conditional formatting action.