Sections
A collection of sections.
Sections Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the section with the specified index or name. |
| length |
Long |
read |
The number of sections in the collection. |
Sections Methods
| Method |
Returns |
Description |
| add |
Section |
Create a new section. |
| anyItem |
Object |
Returns any section. |
| firstItem |
Object |
Returns the first section. |
| itemByID |
Object |
Returns the section with the specified ID. |
| itemByRange |
Objects |
Returns the sections within the specified range. |
| lastItem |
Object |
Returns the last section. |
| middleItem |
Object |
Returns the middle section. |
| nextItem |
Object |
Returns the next section. |
| previousItem |
Object |
Returns the previous section. |