Spread WPF 17
GrapeCity.Excel Namespace / INameSupport Interface / Name Property


In This Topic
    Name Property (INameSupport)
    In This Topic
    Get the name of the instance or type.
    Syntax
    'Declaration
     
    ReadOnly Property Name As String
    'Usage
     
    Dim instance As INameSupport
    Dim value As String
     
    value = instance.Name
    string Name {get;}
    See Also