Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / SetArrayFormulaUndoAction Class / Execute(Object) Method
Object on which the undo action occurred.


In This Topic
    Execute(Object) Method
    In This Topic
    Executes the drag fill action on the worksheet.
    Syntax
    'Declaration
     
    Public Overrides Sub Execute( _
       ByVal parameter As Object _
    ) 
    'Usage
     
    Dim instance As SetArrayFormulaUndoAction
    Dim parameter As Object
     
    instance.Execute(parameter)
    public override void Execute( 
       object parameter
    )

    Parameters

    parameter
    Object on which the undo action occurred.
    See Also