Limitations
Read only.
Gets the line from the collection. In C# this property is the indexer for the Line
public Line this [int number] { get; }
Public Default ReadOnly Property Item(ByVal number As Integer) As Line
Parameter | Description |
---|---|
number | Specifies a line number. The first line has the number 1. |
Read only.