[]
Gets the type of ITextRange, such as Body, Paragraph, or Run.
TextRangeType Type { get; }
ReadOnly Property Type As TextRangeType
ITextRange textRange = shape.TextFrame.TextRange; TextRangeType type = textRange.Type;