CustomProperties.Add Method
Word Developer Reference |
Returns a CustomProperty object that represents s custom property added to a smart tag.
Syntax
expression.Add(Name, Value)
expression Required. A variable that represents a CustomProperties collection.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Name | Required | String | The name of the custom smart tag property. |
Value | Required | String | The value of the custom smart tag property |
Return Value
CustomProperty
See Also