CellBorder module
- class CellBorder.CellBorder
Bases:
IBorder,IExcelApplication- 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>
- CopyFrom(srcBorder: CellBorder)
- <summary>
Copies styles from source border.
</summary> <param name=”baseBorder”>source border.</param>
- 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
- <summary>
- Returns or sets the primary color of the object.
Read/write ExcelColors.
</summary>
- property Parent: SpireObject
- SetThemeColor(type: ThemeColorType, tint: float)
- property ShowDiagonalLine: bool
- <summary>
Indicates whether shows diagonal line.
</summary>