Sections
A collection of sections.
Sections Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of Sections. |
| Item |
Object |
read |
Returns the Section with the specified index or name as Long or String. |
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. |