Border
Overview
Border is a class in Aspose.Cells FOSS for Python.
Represents border settings for a single side of a cell or range of cells.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
line_style | `` | Read | Represents the style of the border line (e.g., solid, dashed) |
color | `` | Read | Represents the color of the border, typically as a hex string or color object |
weight | `` | Read | Represents the thickness of the border line in points |
Methods
| Signature | Description |
|---|---|
__init__(line_style, color, weight) | Initializes a new instance of Border class. |