InlineShape.GroupItems Property
Returns the shapes that are grouped together for an inline shape. Read-only.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property GroupItems As GroupShapes
Get
'Usage
Dim instance As InlineShape
Dim value As GroupShapes
value = instance.GroupItems
GroupShapes GroupItems { get; }
Property Value
Type: Microsoft.Office.Interop.Word.GroupShapes
GroupShapes