Enum CellBorderType
Enum CellBorderType
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Enumerates a cell’s border type.
public enum CellBorderType
Fields
DashDot = 9
Represents thin dash-dotted line.
DashDotDot = 11
Represents thin dash-dot-dotted line.
Dashed = 3
Represents dashed line.
Dotted = 4
Represents dotted line.
Double = 6
Represents double line.
Hair = 7
Represents hair line.
Medium = 2
Represents medium line.
MediumDashDot = 10
Represents medium dash-dotted line.
MediumDashDotDot = 12
Represents medium dash-dot-dotted line.
MediumDashed = 8
Represents medium dashed line.
None = 0
Represents no line.
SlantedDashDot = 13
Represents slanted medium dash-dotted line.
Thick = 5
Represents thick line.
Thin = 1
Represents thin line.