Enum ExcelBorderStyle
Border line style
Namespace: OfficeOpenXml.Style
Assembly: EPPlus.dll
Syntax
public enum ExcelBorderStyle
  Fields
| Name | Description | 
|---|---|
| DashDot | Dash Dot  | 
      
| DashDotDot | Dash Dot Dot  | 
      
| Dashed | Dashed  | 
      
| Dotted | Dotted  | 
      
| Double | Double line  | 
      
| Hair | Hairline  | 
      
| Medium | Single line, medium thickness  | 
      
| MediumDashDot | Dash Dot, medium thickness  | 
      
| MediumDashDotDot | Dash Dot Dot, medium thickness  | 
      
| MediumDashed | Dashed, medium thickness  | 
      
| None | No border style  | 
      
| Thick | Single line, Thick  | 
      
| Thin | Thin single line  |