FieldRegions Object (IFieldRegions Interface)
This object is a collection of the FieldRegion objects.
Properties
| Name | Type | Description |
|---|---|---|
| Count | Integer, read-only | Returns the number of elements in the collection. |
| Element | FieldRegion, read-only | Provides access to a single element of the collection. |
Methods
| Name | Description |
|---|---|
| AddNew | Adds a new region on the corresponding page at the end of the collection. |
| Delete | Deletes the region from the collection. |
| DeleteAll | Removes all the elements from the collection. |
| DeleteAt | Removes an element from the collection by index. |
| Item | Provides access to a single element of the collection by its index in this collection. |
Related objects

See also
8/15/2023 1:19:30 PM