Table of Contents

IShapeProperties.Children Method

Returns one of the shapes inside of this one.

Syntax

Unit: FlexCel.Core

function IShapeProperties.Children(const index: Integer): IShapeProperties; virtual; abstract;

Parameters

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

Returns

A child shape.

See also