[]
Initializes a new instance of the ClearConditionalFormattingUndoAction class.
public ClearConditionalFormattingUndoAction(SheetView sheetview, CellRange[] range)
Public Sub New(sheetview As SheetView, range As CellRange())
Type | Name | Description |
---|---|---|
SheetView | sheetview | The sheetview where the action happens |
CellRange[] | range | The cell ranges where the clearing conditional formatting action happens. If this parameter is null, clears conditional formatting of entire sheet. |