Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ShapeCollection.UngroupShapes(Shape) Method

Splits a shape group into individual shapes.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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