_Document.SelectContentControlsByTitle Method

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Function SelectContentControlsByTitle ( _
    Title As String _
) As ContentControls
'Usage
Dim instance As _Document
Dim Title As String
Dim returnValue As ContentControls

returnValue = instance.SelectContentControlsByTitle(Title)
ContentControls SelectContentControlsByTitle(
    string Title
)

Parameters

  • Title
    Type: System.String
    The title of the content controls to return.

Return Value

Type: Microsoft.Office.Interop.Word.ContentControls
ContentControls

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace