Type Property [Shape]

The Type property returns the shape type. Returns a MVShapeType.

 

Syntax

object.Type

 

Example

This example demonstrates how to return shape type of a shape object.

 

Debug.Print Shape.Type

 

Used by: Shape object