TExcelFile.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.Core
procedure TExcelFile.UngroupObjects(const objectIndex: Integer); virtual; abstract;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | objectIndex | Integer | Index of the object to ungroup. |