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

Syntax

public Paragraph this [int number] { get; }

Parameters

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

Limitations

Read only.