Table of Contents

TShapeProperties.Children Method

Returns one of the shapes inside of this one.

Syntax

Namespace: FlexCel.Core

public TShapeProperties Children(Int32 index)

Parameters

<-> Parameter Type Description
index Int32 Index of the shape (1-based)

Returns

A child shape.

See also