Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / DragFillUndoAction Class / DragFillUndoAction Constructor
The drag fill worksheet.
The drag fill extent information.


In This Topic
    DragFillUndoAction Constructor
    In This Topic
    Creates a new instance of the DragFillUndoAction class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal workSheet As Worksheet, _
       ByVal dragFillExtent As DragFillExtent _
    )
    'Usage
     
    Dim workSheet As Worksheet
    Dim dragFillExtent As DragFillExtent
     
    Dim instance As New DragFillUndoAction(workSheet, dragFillExtent)
    public DragFillUndoAction( 
       Worksheet workSheet,
       DragFillExtent dragFillExtent
    )

    Parameters

    workSheet
    The drag fill worksheet.
    dragFillExtent
    The drag fill extent information.
    See Also