Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClearConditionalFormatUndoAction Class / ClearConditionalFormatUndoAction Constructor / ClearConditionalFormatUndoAction Constructor(SheetView,CellRange)


In This Topic
ClearConditionalFormatUndoAction Constructor(SheetView,CellRange)
In This Topic
Creates a new ClearConditionalFormatUndoAction object.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal cellRange As CellRange _
)
 
'Usage
 
Dim sheetView As SheetView
Dim cellRange As CellRange
 
Dim instance As New ClearConditionalFormatUndoAction(sheetView, cellRange)

Parameters

sheetView
cellRange
See Also