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.
This class provides 1 method for working with Border objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: color, line_style, weight.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
line_style | `` | Read | Gets the line style. |
color | `` | Read | Gets the color. |
weight | `` | Read | Gets the weight. |
Methods
| Signature | Description |
|---|---|
__init__(line_style, color, weight) | Initializes a new instance of Border class. |