A String type property. The label of a custom property.
Applies to: CustomProp object
[[Let] labelStrRet = ] object.Label [Let] object.Label = labelStrSet |
The Label property syntax has these parts:
Part | Description |
object | Required. An expression that returns a CustomProp object. |
labelStrRet | Optional. A String type variable. |
labelStrSet | Required. An expression that returns a String value. |
This example demonstrates working with the CustomProp object.
Dim MyShape As Shape, MyProperty as CustomProp ' Create a Shape |