Enumeration of the border line styles for cells in Excel.
Namespace: Winnovative.ExcelLib
Assembly: wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No line | |
Hair | 1 | Hair continous line | |
Medium | 2 | Medium continous line | |
Thin | 3 | Thin continous line | |
Thick | 4 | Thick continous line | |
Dash | 5 | Dashed line | |
MediumDash | 6 | Medium dashed line | |
DashDot | 7 | Alternating dashes and dots | |
MediumDashDot | 8 | Alternating medium dashes and dots | |
DashDotDot | 9 | Dash followed by two dots | |
MediumDashDotDot | 10 | Medium dash followed by two dots | |
Dot | 11 | Dotted line | |
Double | 12 | ||
SlantDashDot | 13 | Slanted dashes |
See Also