ContentControl.Range Property

Gets a Range that represents the contents of the ContentControl.

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

Syntax

'Declaration
ReadOnly Property Range As Range
Range Range { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Range
The contents of the ContentControl.

Remarks

For more information about Range objects, see Word Object Model Overview.

.NET Framework Security

See Also

Reference

ContentControl Interface

Microsoft.Office.Tools.Word Namespace

Other Resources

Word Object Model Overview