Spread Windows Forms 17
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)
    public ClearConditionalFormatUndoAction( 
       SheetView sheetView,
       CellRange cellRange
    )

    Parameters

    sheetView
    cellRange
    See Also