Enum ExcelLineStyle
Specifies the line style for the border in Excel.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelLineStyle
Fields
| Name | Description |
|---|---|
| Dash_dot | Dash_dot line. |
| Dash_dot_dot | Dash_dot_dot line. |
| Dashed | Dashed line. |
| Dotted | Dotted line. |
| Double | Double line. |
| Hair | Hair line. |
| Medium | Medium line. |
| Medium_dash_dot | Medium dash_dot line. |
| Medium_dash_dot_dot | Medium dash_dot_dot line. |
| Medium_dashed | Medium_dashed line. |
| None | No line. |
| Slanted_dash_dot | Slanted_dash_dot line. |
| Thick | Thick line. |
| Thin | Thin line. |