Aspose::Cells::CellBorderType enum

CellBorderType enum

Enumerates a cell’s border type.

enum class CellBorderType

Values

NameValueDescription
DashDot9
Represents thin dash-dotted line.
DashDotDot11
Represents thin dash-dot-dotted line.
Dashed3
Represents dashed line.
Dotted4
Represents dotted line.
Double6
Represents double line.
Hair7
Represents hair line.
MediumDashDot10
Represents medium dash-dotted line.
MediumDashDotDot12
Represents medium dash-dot-dotted line.
MediumDashed8
Represents medium dashed line.
None0
Represents no line.
Medium2
Represents medium line.
SlantedDashDot13
Represents slanted medium dash-dotted line.
Thick5
Represents thick line.
Thin1
Represents thin line.

See Also