[]
Gets the paragraph at the specified index.
public DocumentParagraph this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As DocumentParagraph
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index of the paragraph to get. |
| Type | Description |
|---|---|
| DocumentParagraph | The paragraph at the specified index. |