Specifies the line style used for the cell borders.
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)
Syntax
C# |
---|
public enum XLLineStyleEnum |
Visual Basic |
---|
Public Enumeration XLLineStyleEnum |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No line. | |
Thin | 1 | Thin. | |
Medium | 2 | Medium. | |
Dashed | 3 | Dashed. | |
Dotted | 4 | Dotted. | |
Thick | 5 | Thick. | |
Double | 6 | Double. | |
Hair | 7 | Hair (one pixel). | |
MediumDashed | 8 | Medium dashed. | |
ThinDashDotted | 9 | Thin dash-dot. | |
MediumDashDotted | 10 | Medium dash-dot. | |
ThinDashDotDotted | 11 | Thin dash-dot-dot. | |
MediumDashDotDotted | 12 | Medium dash-dot-dot. | |
SlantedMediumDashDotted | 13 | Slanted dash-dot. |