Enum BorderType
Enum BorderType
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
枚举边框线和对角线类型。
[Flags]
public enum BorderType
字段
BottomBorder = 8
表示下边框线。
DiagonalDown = 16
表示从左上到右下的对角线。
DiagonalUp = 32
表示从左下到右上的对角线。
Horizontal = 128
仅用于动态样式,如条件格式。
LeftBorder = 1
表示左边框线。
RightBorder = 2
表示右边框线存在。
TopBorder = 4
表示上边框线。
Vertical = 64
仅用于动态样式,如条件格式。