Document.SelectContentControlsByTag Method
Word Developer Reference |
Returns a ContentControls collection that represents all the content controls in a document with the tag value specified in the Tag parameter. Read-only.
Version Information
Version Added: Word 2007
Syntax
expression.SelectContentControlsByTag(Tag)
expression An expression that returns a Document object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Tag | Required | String | The tag value of the content controls to return. |
Return Value
ContentControls
See Also