Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SingleSelectionCommand Class / SingleSelectionCommand Constructor


In This Topic
    SingleSelectionCommand Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal spreadCommand As SpreadCommand _
    )
    'Usage
     
    Dim spreadCommand As SpreadCommand
     
    Dim instance As New SingleSelectionCommand(spreadCommand)
    public SingleSelectionCommand( 
       SpreadCommand spreadCommand
    )

    Parameters

    spreadCommand
    See Also