Spread.Services Documentation
UnderlineType Enumeration
GrapeCity.Documents.Spread Namespace : UnderlineType Enumeration
Specifies the underline style of text.
Syntax
public enum UnderlineType : System.Enum 
Members
MemberDescription
Double Specifies that text has a double underline.
DoubleAccounting Specifies that text has a double accounting underline, causing an entire cell to be underlined rather than just the cell text.
None Specifies that text is not underlined.
Single Specifies that text has a single underline.
SingleAccounting Specifies that text has a single accounting underline, causing an entire cell to be underlined rather than just the cell text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Spread.UnderlineType

See Also

Reference

GrapeCity.Documents.Spread Namespace