Document.SelectContentControlsByTitle Method

Word Developer Reference

Returns a ContentControls collection that represents all the content controls in a document with the title specified in the Title parameter. Read-only.

Version Information
 Version Added:  Word 2007

Syntax

expression.SelectContentControlsByTitle(Title)

expression   An expression that returns a Document object.

Parameters

Name Required/Optional Data Type Description
Name Required Title The title of the content controls to return.

Return Value
ContentControls

See Also