[]
Creates a new undo action for clear conditional formatting.
public ClearConditionalFormatUndoAction()
Public Sub New()
Creates a new undo action for a clear conditional format of the specified range in the specified sheet.
public ClearConditionalFormatUndoAction(SheetView sheetView, CellRange[] cellRanges)
Public Sub New(sheetView As SheetView, cellRanges As CellRange())
Type | Name | Description |
---|---|---|
SheetView | sheetView | |
CellRange[] | cellRanges |
Creates a new ClearConditionalFormatUndoAction object.
public ClearConditionalFormatUndoAction(SheetView sheetView, CellRange cellRange)
Public Sub New(sheetView As SheetView, cellRange As CellRange)
Type | Name | Description |
---|---|---|
SheetView | sheetView | |
CellRange | cellRange |