CustomPropsNum Method

Returns the number of custom properties of the shape.

Applies to: Shape object

Syntax

[[Let] countRet =] object.CustomPropsNum ()

The CustomPropsNum method syntax has these parts:

Part Description
object Required. An expression that returns a Shape object.
countRet Optional. A Long type variable.

Remarks

If the shape has no custom properties, the CustomPropsNum method returns 0.

 

See Also

AddCustomProp method, CustomProp method, RemoveCustomProp method, CustomProp object