Gets a paragraph from the collection. In C# this property is the indexer for the ParagraphCollection class.

Syntax

public Paragraph this [int number] { get; }
Public Default ReadOnly Property Item(ByVal number As Integer) As Paragraph

Parameters

Parameter Description
number Specifies a paragraph number. The first paragraph has the number 1.

Limitations

Read only.