ShapeRange.ParentGroup Property
Returns a Shape object that represents the common parent shape of a range of child shapes.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ParentGroup As Shape
Get
'Usage
Dim instance As ShapeRange
Dim value As Shape
value = instance.ParentGroup
Shape ParentGroup { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Shape