Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / UnderlineType Enumeration
In This Topic
    UnderlineType Enumeration
    In This Topic
    Specifies the underline style of text.
    Members
    MemberDescription
    DoubleSpecifies that text has a double underline.
    DoubleAccountingSpecifies that text has a double accounting underline, causing an entire cell to be underlined rather than just the cell text.
    NoneSpecifies that text is not underlined.
    SingleSpecifies that text has a single underline.
    SingleAccountingSpecifies that text has a single accounting underline, causing an entire cell to be underlined rather than just the cell text.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.UnderlineType

    See Also