Table of Contents

TXlsFile.UngroupObjects Method

Ungroups a group of objects. The objects must be at the root level, you can't ungroup objects inside a group. If the object is not a group, this method will do nothing.

Syntax

Unit: FlexCel.XlsAdapter

procedure TXlsFile.UngroupObjects(const objectIndex: Integer); override;

Parameters

<-> Parameter Type Description
const objectIndex Integer Index of the object to ungroup.

See also