Lines
A collection of text lines.
Lines Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of Lines. |
| Item |
Object |
read |
Returns the Line with the specified index or name as Long or String. |
Lines Methods
| Method |
Returns |
Description |
| AnyItem |
Object |
Returns any Line. |
| FirstItem |
Object |
Returns the first Line. |
| ItemByRange |
Objects |
Returns the Lines within the specified range. |
| LastItem |
Object |
Returns the last Line. |
| MiddleItem |
Object |
Returns the middle Line. |
| NextItem |
Object |
Returns the next Line. |
| PreviousItem |
Object |
Returns the previous Line. |