Aspose::Cells::Drawing::Shape::GetGroup method

Shape::GetGroup method

Gets the group shape which contains this shape.

GroupShape Aspose::Cells::Drawing::Shape::GetGroup()

Examples

GroupShape groupShape = shape.GetGroup();

See Also