Back to Devexpress

ShapeCollection.UngroupShapes(Shape) Method

officefileapi-devexpress-dot-spreadsheet-dot-shapecollection-dot-ungroupshapes-x28-devexpress-dot-spreadsheet-dot-shape-x29.md

latest1.8 KB
Original Source

ShapeCollection.UngroupShapes(Shape) Method

Splits a shape group into individual shapes.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
IList<Shape> UngroupShapes(
    Shape groupShape
)
vb
Function UngroupShapes(
    groupShape As Shape
) As IList(Of Shape)

Parameters

NameTypeDescription
groupShapeShape

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

|

Returns

TypeDescription
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

ShapeCollection Interface

ShapeCollection Members

DevExpress.Spreadsheet Namespace