Enum eLineStyle
Preset line dash
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public enum eLineStyle
Fields
Name | Description |
---|---|
Dash | Dash 1111000 |
DashDot | Dash Dot 11110001000 |
Dot | Dot 1000 |
LongDash | Large Dash 11111111000 |
LongDashDot | Large Dash Dot 111111110001000 |
LongDashDotDot | Large Dash Dot Dot 1111111100010001000 |
Solid | Solid 1 |
SystemDash | System Dash 1110 |
SystemDashDot | System Dash Dot 111010 |
SystemDashDotDot | System Dash Dot Dot 11101010 |
SystemDot | System Dot 10 |