Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ReflectionType Enumeration


In This Topic
    ReflectionType Enumeration
    In This Topic
    Specifies the type of the ReflectionFormat object.
    Syntax
    'Declaration
     
    
    Public Enum ReflectionType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ReflectionType
    public enum ReflectionType : System.Enum 
    Members
    MemberDescription
    NoneNo reflection type
    Type1The type1
    Type2The type2
    Type3The type3
    Type4The type4
    Type5The type5
    Type6The type6
    Type7The type7
    Type8The type8
    Type9The type9
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Drawing.ReflectionType

    See Also