Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IReflectionFormat Interface / Type Property


In This Topic
    Type Property (IReflectionFormat)
    In This Topic
    Gets or sets the type of the ReflectionFormat object.
    Syntax
    'Declaration
     
    
    Property Type As ReflectionType
    'Usage
     
    
    Dim instance As IReflectionFormat
    Dim value As ReflectionType
     
    instance.Type = value
     
    value = instance.Type
    ReflectionType Type {get; set;}

    Property Value

    The type of the ReflectionFormat object.
    See Also