Spread WinForms 15
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

Property Value

The type of the ReflectionFormat object.
See Also