Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / ClearValueUndoAction Class / ClearValueUndoAction Constructor
The worksheet to clear values on.
The clear value cell ranges.


In This Topic
    ClearValueUndoAction Constructor
    In This Topic
    Creates a new instance of the ClearValueUndoAction class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sheet As Worksheet, _
       ByVal ranges() As CellRange _
    )
    'Usage
     
    Dim sheet As Worksheet
    Dim ranges() As CellRange
     
    Dim instance As New ClearValueUndoAction(sheet, ranges)
    public ClearValueUndoAction( 
       Worksheet sheet,
       CellRange[] ranges
    )

    Parameters

    sheet
    The worksheet to clear values on.
    ranges
    The clear value cell ranges.
    See Also