TableStyleInfo

Összefoglaló

TableStyleInfo egy Python-i osztály.

Excel-tabel vizuális stílusbeállításai.

Módszerek

NameTypeAccessDescription
name``ReadGets the name.
show_first_column``ReadGets the show first column.
show_last_column``ReadGets the show last column.
show_row_stripes``ReadGets the show row stripes.
show_column_stripes``ReadGets the show column stripes.
SignatureDescription
__init__()
copy()Creates a duplicate of this TableStyleInfo instance
 Magyar