A String value. Gets or sets the formatting of a custom property.
Applies to objects: CustomProp
[[Let] RetVal = ] object.Format [Let] object.Format = SetVal |
The Format property syntax has these parts:
Part | Description |
object | A reference to an instance of the object. |
RetVal | A String type variable. |
SetVal | A String type variable. |
The Format property is only effective when the Type property value is a fixed list or a variable list.The Format property contains a list of possible values, separated with ";" (semicolon).
This example demonstrates working with the CustomProp object.
Dim MyShape As Shape, MyProperty as CustomProp ' Create shape |
See Also |
CustomProp Object, Document Object |