Tab > Tab Assembly Interfaces > ITabRegion
Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The ITabRegion interface contains properties of table region. Standard regions are data areas and formula areas.
ITabRegion
To work with collection of table regions, use the ITabRegions interface.
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. |
![]() |
BorderStyle | The BorderStyle property determines region border line type. |
![]() |
BorderWeight | The BorderWeight property determines width of region border line. |
![]() |
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: