Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / TextUnderlineType Enumeration
In This Topic
    TextUnderlineType Enumeration
    In This Topic
    Indicates the type of underline for text.
    Syntax
    public enum TextUnderlineType : System.Enum 
    Members
    MemberDescription
    Dash Specifies a dash line underline.
    DashHeavy Specifies a dash underline.
    DashLong Specifies a dashed long line underline.
    DashLongHeavy Specifies a long heavy line underline.
    DotDash Specifies a dot dash line underline.
    DotDashHeavy Specifies a dot dash heavy line underline.
    DotDotDash Specifies a dot dot dash line underline.
    DotDotDashHeavy Specifies a dot dot dash heavy line underline.
    Dotted Specifies a dotted line underline.
    DottedHeavy Specifies a dotted heavy line underline.
    Double Specifies a double line underline.
    Heavy Specifies a heavy line underline.
    None Specifies no underline.
    Single Specifies a single line underline.
    Wavy Specifies a wavy line underline.
    WavyDouble Specifies a wavy double line underline.
    WavyHeavy Specifies a wavy heavy line underline.
    Words Specifies underlining words.
    Inheritance Hierarchy

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

    See Also