$parent
$parent : \PhpOffice\PhpSpreadsheet\Shared\Escher\DgContainer\SpgrContainer
Parent Shape Group Container.
$parent : \PhpOffice\PhpSpreadsheet\Shared\Escher\DgContainer\SpgrContainer
Parent Shape Group Container.
$spgr : bool
Is this a group shape?
$spType : int
Shape type.
$spFlag : int
Shape flag.
$spId : int
Shape index (usually group shape has index 0, and the rest: 1,2,3...).
$OPT : array
Array of options.
$startCoordinates : string
Cell coordinates of upper-left corner of shape, e.g. 'A1'.
$startOffsetX : int
Horizontal offset of upper-left corner of shape measured in 1/1024 of column width.
$startOffsetY : int
Vertical offset of upper-left corner of shape measured in 1/256 of row height.
$endCoordinates : string
Cell coordinates of bottom-right corner of shape, e.g. 'B2'.
$endOffsetX : int
Horizontal offset of bottom-right corner of shape measured in 1/1024 of column width.
$endOffsetY : int
Vertical offset of bottom-right corner of shape measured in 1/256 of row height.
getNestingLevel() : int
Get the nesting level of this spContainer. This is the number of spgrContainers between this spContainer and the dgContainer. A value of 1 = immediately within first spgrContainer Higher nesting level occurs if and only if spContainer is part of a shape group.
Nesting level