GroupContentControl.Range Property

Gets a Range that represents the contents of the GroupContentControl.

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
A Range that represents the contents of the GroupContentControl.

Remarks

Use the Range property to access all of the items in the GroupContentControl. You can also use this property to access the formatting of the text in the control and other text properties. For more information about Range objects, see Word Object Model Overview.

To access only the text that is displayed in the GroupContentControl, use the Text property.

.NET Framework Security

See Also

Reference

GroupContentControl Interface

Microsoft.Office.Tools.Word Namespace

Other Resources

Word Object Model Overview