Spread WPF 18
GrapeCity.Wpf.SpreadSheet.UI.Commands Namespace / SpreadCommand Class / Execute Method / Execute(Object,GcSpreadSheet) Method
User defined parameter to be passed to the handler.
GrapeCity.Wpf.SpreadSheet.GcSpreadSheet at which to begin looking for command handlers.


In This Topic
    Execute(Object,GcSpreadSheet) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Execute( _
       ByVal parameter As Object, _
       ByVal spread As GcSpreadSheet _
    ) 
    'Usage
     
    Dim instance As SpreadCommand
    Dim parameter As Object
    Dim spread As GcSpreadSheet
     
    instance.Execute(parameter, spread)
    public void Execute( 
       object parameter,
       GcSpreadSheet spread
    )

    Parameters

    parameter
    User defined parameter to be passed to the handler.
    spread
    GrapeCity.Wpf.SpreadSheet.GcSpreadSheet at which to begin looking for command handlers.
    See Also