Specifies the border line type for a gridCell.
Namespace: Spire.Spreadsheet.Forms.UtilityAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum BorderLineType
Public Enumeration BorderLineType
public enum class BorderLineType
type BorderLineType
Members
| Member | Value | Description |
|---|---|---|
| None | 0 |
No border.
|
| Thin | 1 |
A solid line border.
|
| Medium | 2 |
A solid line border.Line width is 2f.
|
| Dashed | 3 |
A dashed line border.
|
| Dotted | 4 |
A dotted line border.
|
| Thick | 5 |
A solid line border.Line width is 3f.
|
| MediumDashed | 8 |
A dashed line border.Line width is 2f.
|
| ThinDashDotted | 9 |
A dashDotted line border.
|
| MediumDashDotted | 10 |
A dashDotted line border.Line width is 2f.
|
| ThinDashDotDotted | 11 |
A dashDotDotted line border.
|
| MediumDashDotDotted | 12 |
A dashDotDotted line border.Line width is 2f.
|