Namespace: Spire.Xls.Core.Converter.General.Word.Documents
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum BorderStyle
Public Enumeration BorderStyle
public enum class BorderStyle
type BorderStyle
Members
| Member | Value | Description |
|---|---|---|
| None | 0 | |
| Single | 1 | |
| Thick | 2 | |
| Double | 3 | |
| Hairline | 5 | |
| Dot | 6 | |
| DashLargeGap | 7 | |
| DotDash | 8 | |
| DotDotDash | 9 | |
| Triple | 10 | |
| ThinThickSmallGap | 11 | |
| ThickThinSmallGap | 12 | |
| ThinThinSmallGap | 12 | |
| ThinThickThinSmallGap | 13 | |
| ThinThickMediumGap | 14 | |
| ThickThinMediumGap | 15 | |
| ThinThickThinMediumGap | 16 | |
| ThickThickThinMediumGap | 16 | |
| ThinThickLargeGap | 17 | |
| ThickThinLargeGap | 18 | |
| ThinThickThinLargeGap | 19 | |
| Wave | 20 | |
| DoubleWave | 21 | |
| DashSmallGap | 22 | |
| DashDotStroker | 23 | |
| Emboss3D | 24 | |
| Engrave3D | 25 | |
| Outset | 26 | |
| Inset | 27 | |
| TwistedLines1 | 214 | |
| Cleared | 255 |