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


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