[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ITextRange.Index

Index Property

Index

Gets the index in the collection.

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