[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ITextRange.Type

Type Property

Type

Gets the type of ITextRange, such as Body, Paragraph, or Run.

Declaration
TextRangeType Type { get; }
ReadOnly Property Type As TextRangeType
Examples
ITextRange textRange = shape.TextFrame.TextRange;
TextRangeType type = textRange.Type;