ITabObjects

Assembly: Tab;

Description

The ITabObjects interface contains properties and methods for working with the collection of objects located on the table sheet.

Inheritance Hierarchy

          ITabObjects

Properties

  Property name Brief description
Count

The Count property returns the number of objects located on the table sheet.
Item

The Item property returns the table sheet object by index.
Object

The Object property returns the table sheet object by identifier.
SelectedCount

The SelectedCount property returns the number of selected objects.
SelectedObject

The SelectedObject property returns the selected object.

Methods

  Method name Brief description
Add

The Add method adds a new object to the table sheet.
AdjustSelected

The AdjustSelected method adjusts the size of selected objects.
AlignSelected

The AlignSelected method aligns groups of objects relative to visible sheet area.
CenterSelectedAtView

The CenterSelectedAtView method scrolls the table in such a way that the center of selected objects is in the center of the visible region of the table.
Clear

The Clear method clears all the objects on the table sheet.
GroupSelected

The GroupSelected method groups the selected objects.
GetObjectIndex

The GetObjectIndex method returns the object index.
Remove

The Remove method removes the object by index.
UngroupSelected

The UngroupSelected method ungroups the selected objects.

See also:

Tab Assembly Interfaces