Borders

Összefoglaló

Borders egy Python-i osztály.

A cellák vagy a cellákon belüli tartomány összes oldalának határbeállításait jelöli.

Módszerek

NameTypeAccessDescription
top``ReadGets the top.
bottom``ReadGets the bottom.
left``ReadGets the left.
right``ReadGets the right.
diagonal_up``ReadGets the diagonal up.
diagonal_down``ReadGets the diagonal down.
diagonal``ReadGets the diagonal.
SignatureDescription
__init__()Initializes a new instance of Borders class.
 Magyar