Gets the comment with the specified number from the collection. The number must be between 1 and Count. In C# this property is the indexer for the CommentCollection class.

Syntax

public CommentedText this [int number] { get; }

Parameters

Parameter Description
number Specifies the number of the comment in the text. The first comment has the number 1. The number is defined through the textflow. A comment associated with a smaller start position has a smaller number.

Limitations

Read only.