add_link_to_content method

add_link_to_content(self, name, source)

Creates a new custom document property which links to content.

Returns

The newly created property object.


def add_link_to_content(self, name, source):
    ...
ParameterTypeDescription
nameSystem.StringThe name of the property.
sourceSystem.StringThe source of the property. It should be the name of named range.

See Also