[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.ClearConditionalFormatUndoAction.-ctor

ClearConditionalFormatUndoAction Constructor

ClearConditionalFormatUndoAction()

Creates a new undo action for clear conditional formatting.

Declaration
public ClearConditionalFormatUndoAction()
Public Sub New()

ClearConditionalFormatUndoAction(SheetView, CellRange[])

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

Declaration
public ClearConditionalFormatUndoAction(SheetView sheetView, CellRange[] cellRanges)
Public Sub New(sheetView As SheetView, cellRanges As CellRange())
Parameters
Type Name Description
SheetView sheetView
CellRange[] cellRanges

ClearConditionalFormatUndoAction(SheetView, CellRange)

Creates a new ClearConditionalFormatUndoAction object.

Declaration
public ClearConditionalFormatUndoAction(SheetView sheetView, CellRange cellRange)
Public Sub New(sheetView As SheetView, cellRange As CellRange)
Parameters
Type Name Description
SheetView sheetView
CellRange cellRange