Aspose::Cells::Drawing::Shape::IsGroup method

Shape::IsGroup method

Indicates whether this shape is a group shape.

bool Aspose::Cells::Drawing::Shape::IsGroup()

Examples

if (shape.IsGroup())
{
    //This shape is a group.
}

See Also