ITabRegion

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;

Description

The ITabRegion interface contains properties of table region. Standard regions are data areas and formula areas.

Inheritance Hierarchy

          ITabRegion

Comments

To work with collection of table regions, use the ITabRegions interface.

Properties

  Property name Brief description
Adjustable The Adjustable property determines whether the table region is adjustable.
BackgroundColor The BackgroundColor property determines the table region background color.
BorderColor The BorderColor property determines the table region border color.
Key The Key property returns the table region unique key.
Range The Range property determines the table range where a region is located.
Visible The Visible property determines visibility of the table region.

See also:

Tab Assembly Interfaces