GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Type Property


In This Topic
Type Property (IShape)
In This Topic
Gets or sets a ShapeType value that represents the shape type.
Syntax
'Declaration
 
ReadOnly Property Type As ShapeType
 
'Usage
 
Dim instance As IShape
Dim value As ShapeType
 
value = instance.Type

Property Value

The shape type.
See Also