Shape.Child Property
Excel Developer Reference |
Returns msoTrue if the specified shape is a child shape or if all shapes in a shape range are child shapes of the same parent. Read-only MsoTriState.
Syntax
expression.Child
expression A variable that represents a Shape object.
Remarks
MsoTriState can be one of these MsoTriState constants. |
msoCTrue. Does not apply to this property. |
msoFalse. If the selected shape is not a child shape. |
msoTriStateMixed. If only some of the selected shapes are child shapes. |
msoTriStateToggle. Does not apply to this property. |
msoTrue. If the selected shape is a child shape. |
See Also