Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ShapeCollection.UngroupShapes(Shape) Method

Splits a shape group into individual shapes.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

IList<Shape> UngroupShapes(
    Shape groupShape
)

#Parameters

Name Type Description
groupShape Shape

A Shape object that is a shape group to be ungrouped.

#Returns

Type Description
IList<Shape>

An IList<T><Shape,> object that is a list of shapes from a shape group.

#Remarks

The UngroupShapes method call does not split child shape groups into separate shapes. Call the UngroupShapes method for each shape group individually.

See Also