Selection.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 Selection
Dim value As ContentControls
value = instance.ContentControls
ContentControls ContentControls { get; }
Property Value
Type: Microsoft.Office.Interop.Word.ContentControls
ContentControls