Tab > Tab Assembly Interfaces > ITabRegions
The ITabRegions interface contains properties and methods of table regions collection.
Property name | Description | |
![]() |
Count | The Count property returns the number of regions in the collection. |
![]() |
Item | The Item property returns the region. |
Method name | Description | |
![]() |
Add | The Add method adds a region to the collection. |
![]() |
Clear | The Clear method clears the whole table regions collection. |
![]() |
FindByKey | The FindByKey method searches for the region by the key. |
![]() |
IndexOf | The IndexOf method returns the region index. |
![]() |
Remove | The Remove method removes a region. |
![]() |
RemoveAt | The RemoveAt method removes a region by the index. |
![]() |
RemoveByKey | The RemoveByKey method removes a region by the key. |
See also: