Share via


Range.ContentControls Property

Returns a ContentControls collection that represents the content controls contained within a range. Read-only.

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

Syntax

'Declaration
ReadOnly Property ContentControls As ContentControls
    Get
'Usage
Dim instance As Range
Dim value As ContentControls

value = instance.ContentControls
ContentControls ContentControls { get; }

Property Value

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

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace