TableStyleInfo

Overview

TableStyleInfo is a class in Aspose.Cells FOSS for Python.

Visual style settings for an Excel table.

Properties

NameTypeAccessDescription
name``ReadRepresents the name of the table style applied to the table
show_first_column``ReadIndicates whether the first column is highlighted by the style
show_last_column``ReadIndicates whether the last column is highlighted by the style
show_row_stripes``ReadIndicates whether alternating row stripes are displayed
show_column_stripes``ReadIndicates whether alternating column stripes are displayed

Methods

SignatureDescription
__init__()
copy()Creates a duplicate of this TableStyleInfo instance

See Also