CustomProperties.Add method (Word)

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

CustomProperties Collection

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.