A String value. Gets or sets the default value.
Applies to objects: CustomProp
[[Let] RetVal = ] object.Value [Let] object.Value = SetVal |
The Value property syntax has these parts:
Part | Description |
object | A reference to an instance of the object. |
RetVal | A String type variable. |
SetVal | A String value. |
This example demonstrates working with the CustomProp object.
Dim MyShape As Shape, MyProperty as CustomProp ' Create a Shape |
See Also |
CustomProp Object, Document Object |