ITabRegions

Assembly: Tab;

Description

The ITabRegions interface is used to work with collection of table regions.

Inheritance Hierarchy

ITabRegions

Comments

The ITabSheet.Regions property provides access to the collection of regions.

Properties

  Property name Brief description
Count The Count property returns the number of regions in the collection.
Item The Item property returns the region.

Methods

  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:

Tab Assembly Interfaces