ShapeRange.Child Property
True if all shapes in a shape range are child shapes of the same parent.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Child As MsoTriState
Get
'Usage
Dim instance As ShapeRange
Dim value As MsoTriState
value = instance.Child
MsoTriState Child { get; }
Property Value
Type: MsoTriState