Assembly: Tab;
The ITabRegions interface is used to work with collection of table regions.
ITabRegions
The ITabSheet.Regions property provides access to the collection of regions.
Property name | Brief description | |
Count | The Count property returns the number of regions in the collection. | |
Item | The Item property returns the region. |
Method name | Brief 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: