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
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++