Type Property [AutoShape]

The Type property returns the object type. Returns a GrfShapeType.

Syntax

object.Type

object.Type = Type

Example

This example demonstrates how to return shape type of an AutoShape object.

Debug.Print Shape.Type

 

Used by: AutoShape object