'Declaration
Public Enum BorderLinetype Inherits System.Enum
public enum BorderLinetype : System.Enum
'Declaration
Public Enum BorderLinetype Inherits System.Enum
public enum BorderLinetype : System.Enum
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. |
System.Object
System.ValueType
System.Enum
C1.Web.Mvc.Sheet.BorderLinetype