Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClearConditionalFormattingUndoAction Class / ClearConditionalFormattingUndoAction Constructor
The sheetview where the action happens
The cell ranges where the clearing conditional formatting action happens. If this parameter is null, clears conditional formatting of entire sheet.


In This Topic
ClearConditionalFormattingUndoAction Constructor
In This Topic
Initializes a new instance of the ClearConditionalFormattingUndoAction class.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetview As SheetView, _
   ByVal range() As CellRange _
)
 
'Usage
 
Dim sheetview As SheetView
Dim range() As CellRange
 
Dim instance As New ClearConditionalFormattingUndoAction(sheetview, range)

Parameters

sheetview
The sheetview where the action happens
range
The cell ranges where the clearing conditional formatting action happens. If this parameter is null, clears conditional formatting of entire sheet.
See Also