Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / TextRangeType Enumeration
In This Topic
    TextRangeType Enumeration
    In This Topic
    Specifies the type of ITextRange.
    Syntax
    public enum TextRangeType : System.Enum 
    Members
    MemberDescription
    Body Specifies the body type.
    Paragraph Specifies the paragraph type.
    Run Specifies the run type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.TextRangeType

    See Also