Back to Devexpress

Shape.GetChildren() Method

officefileapi-devexpress-dot-spreadsheet-dot-shape-04b83a27.md

latest1.4 KB
Original Source

Shape.GetChildren() Method

Retrieves the list of nested shapes and shape groups.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
IReadOnlyList<Shape> GetChildren()
vb
Function GetChildren As IReadOnlyList(Of Shape)

Returns

TypeDescription
IReadOnlyList<Shape>

A IReadOnlyList<T><Shape,> object that is the list of nested shapes and shape groups.

|

Remarks

If the target shape group contains another shape group, the GetChildren method returns it as a single object. Call the GetChildren method for each shape group individually.

See Also

Shape Interface

Shape Members

DevExpress.Spreadsheet Namespace