Enum eUnderLineType
Linestyle
Namespace: OfficeOpenXml.Style
Assembly: EPPlus.dll
Syntax
public enum eUnderLineType
  Fields
| Name | Description | 
|---|---|
| Dash | Dashed  | 
      
| DashHeavy | Dashed, Thicker  | 
      
| DashLong | Dashed Long  | 
      
| DashLongHeavy | Long Dashed, Thicker  | 
      
| DotDash | Dot Dash  | 
      
| DotDashHeavy | Dot Dash, Thicker  | 
      
| DotDotDash | Dot Dot Dash  | 
      
| DotDotDashHeavy | Dot Dot Dash, Thicker  | 
      
| Dotted | Dotted  | 
      
| DottedHeavy | Dotted, Thicker  | 
      
| Double | Double lines with normal thickness  | 
      
| Heavy | Single line, Thicker  | 
      
| None | No underline  | 
      
| Single | Single line  | 
      
| Wavy | A single wavy line  | 
      
| WavyDbl | A double wavy line  | 
      
| WavyHeavy | A single wavy line, Thicker  | 
      
| Words | Underline just the words and not the spaces between them  |