Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / NameInfo Class / Name Property


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

    Property Value

    The name string.
    See Also