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


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

    Parameters

    workSheet
    The drag fill worksheet.
    formula
    The drag fill worksheet.
    See Also