Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / IntelliSenseItems.Entry Structure / Name Property


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