[]
Gets the ITextRange with the specified index.
ITextRange this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ITextRange
| Type | Name | Description |
|---|---|---|
| int | index | The index.ITextRange |
ITextRange body = shape.TextFrame.TextRange;
body.Paragraphs.Add("Sales Report");
ITextRange firstParagraph = body.Paragraphs[0];