Border
Összefoglaló
Border egy Python-i osztály.
A cellák egy oldalának vagy a cellákon belüli tartománynak határbeállításait jelöli.
Módszerek
| Name | Type | Access | Description |
|---|---|---|---|
line_style | `` | Read | Gets the line style. |
color | `` | Read | Gets the color. |
weight | `` | Read | Gets the weight. |
| Signature | Description |
|---|---|
__init__(line_style, color, weight) | Initializes a new instance of Border class. |