BorderLinetype Enumeration
In This Topic
The style of the cell borders.
Syntax
'Declaration
<Newtonsoft.Json.JsonConverterAttribute(Newtonsoft.Json.Converters.StringEnumConverter)>
Public Enum BorderLinetype
Inherits System.Enum
[Newtonsoft.Json.JsonConverter(Newtonsoft.Json.Converters.StringEnumConverter)]
public enum BorderLinetype : System.Enum
Members
Member | Description |
Dashed | The line style of a border is dashed. |
Dotted | The line style of a border is dotted. |
Double | The line style of a border is double line. |
Hair | The line style of a border is hairline. |
Medium | The line style of a border is medium. |
MediumDashDotDotted | The line style of a border is medium dash-dot-dot. |
MediumDashDotted | The line style of a border is medium dash-dot. |
MediumDashed | The line style of a border is medium dashed. |
None | The line style of a border is none (no border visible). |
SlantedMediumDashDotted | The line style of a border is slanted dash-dot. |
Thick | The line style of a border is 'thick'. |
Thin | The line style of a border is thin. |
ThinDashDotDotted | The line style of a border is thin dash-dot-dot. |
ThinDashDotted | The line style of a border is thin dash-dot. |
Inheritance Hierarchy
See Also