Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / IntelliSenseItems.ItemType Enumeration


In This Topic
    IntelliSenseItems.ItemType Enumeration
    In This Topic
    Represents the type of the intelli-sense item.
    Syntax
    'Declaration
     
    
    Public Enum IntelliSenseItems.ItemType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As IntelliSenseItems.ItemType
    public enum IntelliSenseItems.ItemType : System.Enum 
    Members
    MemberDescription
    DefinedNameRepresents a defined name.
    FieldNameRepresents a field name.
    FunctionRepresents a function.
    FunctionArgumentRepresents a function argument.
    InvalidRepresents an invalid item.
    RichValueRepresents a rich value.
    TableRepresents a table.
    TableAreaRepresents a table area.
    TableColumnRepresents a table column.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.UI.IntelliSenseItems.ItemType

    See Also