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


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