TextLineList.Item Property
Integer indexed (zero based index) list of TextLine items.
[Visual Basic]
Public ReadOnly Item(ByVal nIndex As Integer) As TextLine
Parameters
nIndex
The zero-based index of the line
Property Value
A TextLine item that contains the line information.
Remarks