Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The ITabObjects interface contains properties and methods for working with a collection of objects, located on the table sheet.
ITabObjects
| Property name | Description | |
| The Count property returns the number of the objects, located on the table sheet. | ||
| The Item property returns the table sheet object by index. | ||
| The Object property returns the table sheet object by identifier. | ||
| The SelectedCount property returns the number of selected objects. | ||
| The SelectedObject property returns the selected object. |
| Method name | Description | |
| The Add method adds a new object to the table sheet. | ||
| The AdjustSelected method adjusts the size of selected objects. | ||
| The AlignSelected method aligns groups of objects relative to visible sheet area. | ||
| 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. | ||
| The Clear method clears all the objects on the table sheet. | ||
| The GroupSelected method groups the selected objects. | ||
| The GetObjectIndex method returns the object index. | ||
| The Remove method removes the object by index. | ||
| The UngroupSelected method ungroups the selected objects. |
See also: