The ITabObjectsGroup interface contains properties and methods that are used to work with groups of objects located on the table sheet.
To get the ITabObjectGroup interface, use the ITabObjects.GroupSelected method.
Property name | Brief description | |
ChildItem | The ChildItem property returns the group element, index of which is passed as the Index input parameter. | |
ChildItemsCount | The ChildItemsCount property returns the number of group elements. |
Method name | Brief description | |
Ungroup | The Ungroup method ungroups elements. |
See also: