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

NameTypeAccessDescription
line_style``ReadGets the line style.
color``ReadGets the color.
weight``ReadGets the weight.
SignatureDescription
__init__(line_style, color, weight)Initializes a new instance of Border class.
 Magyar