Specifies the border line type for a gridCell.

Namespace: Spire.Spreadsheet.Forms.Utility
Assembly: 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

MemberValueDescription
None0
No border.
Thin1
A solid line border.
Medium2
A solid line border.Line width is 2f.
Dashed3
A dashed line border.
Dotted4
A dotted line border.
Thick5
A solid line border.Line width is 3f.
MediumDashed8
A dashed line border.Line width is 2f.
ThinDashDotted9
A dashDotted line border.
MediumDashDotted10
A dashDotted line border.Line width is 2f.
ThinDashDotDotted11
A dashDotDotted line border.
MediumDashDotDotted12
A dashDotDotted line border.Line width is 2f.

See Also