ContentControl.Range Property

Returns a Range that represents the contents of the content control in the active document. Read-only.

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

Syntax

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

value = instance.Range
Range Range { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Range
Returns Range.

Remarks

Use the Range property to access the text, the formatting for the text, and other text properties. For more information, see Working with Range Objects.

See Also

Reference

ContentControl Interface

ContentControl Members

Microsoft.Office.Interop.Word Namespace