Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DelegateResolveEventArgs Class / Name Property


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