Enum CellBorderType
Enum CellBorderType
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
枚举单元格的边框类型。
public enum CellBorderType
字段
DashDot = 9
表示细虚线点划线。
DashDotDot = 11
表示细虚线点点划线。
Dashed = 3
表示虚线。
Dotted = 4
表示点线。
Double = 6
表示双线。
Hair = 7
表示发丝线。
Medium = 2
表示中等线。
MediumDashDot = 10
表示中等虚线点划线。
MediumDashDotDot = 12
表示中等虚线点点划线。
MediumDashed = 8
表示中等虚线。
None = 0
表示无线。
SlantedDashDot = 13
表示倾斜的中等虚线点划线。
Thick = 5
表示粗线。
Thin = 1
表示细线。