Returns the specified block of lines.
Syntax
Property Get Lines(startLine As Long, count As Long) As String
This syntax has these parts:
| Part | Description |
| startLine | Required Long indicating the first line in the returned block. |
| count | Required Long indicating the number of lines in the returned block. |