Table of Contents

TXlsBaseChart.GetObjectProperties Method

Returns information on an object and all of its children. If the shape doesn't exist, this method returns null.

Syntax

Unit: FlexCel.XlsAdapter

function TXlsBaseChart.GetObjectProperties(const objectIndex: Integer; const GetShapeOptions: Boolean): IShapeProperties; virtual; abstract;

Parameters

<-> Parameter Type Description
const objectIndex Integer Index of the object (1-based)
const GetShapeOptions Boolean When true, shape options will be retrieved. As this can be a slow operation, only specify true when you really need those options.

See also