GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Child Property


In This Topic
Child Property (IShape)
In This Topic
Gets a value indicating whether this IShape is child shape or if all shapes in a shape range are child shapes of the same parent.
Syntax
'Declaration
 
ReadOnly Property Child As Boolean
 
'Usage
 
Dim instance As IShape
Dim value As Boolean
 
value = instance.Child

Property Value

true if the specified shape is a child shape or if all shapes in a shape range are child shapes of the same parent; otherwise, false.
See Also