Skip to main content
Row

ShapeCollection.UngroupShapes(Shape) Method

Splits a shape group into individual shapes.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.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