Spread WPF 18
GrapeCity.Wpf.SpreadSheet.UI.Commands Namespace / SpreadCommand Class / Name Property


In This Topic
    Name Property (SpreadCommand)
    In This Topic
    Gets the name of the command.
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As String
    'Usage
     
    Dim instance As SpreadCommand
    Dim value As String
     
    value = instance.Name
    public string Name {get;}

    Property Value

    The name of the command.
    See Also