ShapeCollection.UngroupShapes(Shape) Method
In This Article
Splits a shape group into individual shapes.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
group |
Shape | A Shape object that is a shape group to be ungrouped. |
#Returns
Type | Description |
---|---|
IList<Shape> | An IList |
#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