InsertionPoints
A collection of insertion points.
InsertionPoints Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the insertion point with the specified index or name. |
| length |
Long |
read |
The number of insertion points in the collection. |
InsertionPoints Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any insertion point. |
| firstItem |
Object |
Returns the first insertion point. |
| itemByRange |
Objects |
Returns the insertion points within the specified range. |
| lastItem |
Object |
Returns the last insertion point. |
| middleItem |
Object |
Returns the middle insertion point. |
| nextItem |
Object |
Returns the next insertion point. |
| previousItem |
Object |
Returns the previous insertion point. |