XlsBorder module
- class XlsBorder.XlsBorder
Bases:
XlsObject,IBorder- property BorderIndex: BordersLineType
- property Color: Color
- <summary>
- Returns or sets the primary color of the object, as shown in the table in the remarks section. Use the RGB function to create a color value.
Read/write Color.
</summary>
- static ColorToExcelColor(color: ExcelColors) ExcelColors
- CopyFrom(baseBorder: IBorder)
- property KnownColor: ExcelColors
- <summary>
Returns or sets a ExcelColors value that represents the color of the border
</summary>
- property LineStyle: LineStyleType
- <summary>
Returns or sets the line style for the border. Read/write LineStyleType.
</summary>
- property OColor: OColor
- SetThemeColor(type: ThemeColorType, tint: float)
- property ShowDiagonalLine: bool
- <summary>
Indicates whether shows diagonal line.
</summary>
- setLineStyleAndColor(borderLine: LineStyleType, borderColor: ExcelColors)