[]
Gets the index in the collection.
int Index { get; }
ReadOnly Property Index As Integer
ITextRange body = shape.TextFrame.TextRange; body.Paragraphs.Add("Sales Report"); ITextRange firstParagraph = body.Paragraphs[0]; int index = firstParagraph.Index;