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