TableStyleInfo
Overview
TableStyleInfo is a class in Aspose.Cells FOSS for Python.
Visual style settings for an Excel table.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | `` | Read | Represents the name of the table style applied to the table |
show_first_column | `` | Read | Indicates whether the first column is highlighted by the style |
show_last_column | `` | Read | Indicates whether the last column is highlighted by the style |
show_row_stripes | `` | Read | Indicates whether alternating row stripes are displayed |
show_column_stripes | `` | Read | Indicates whether alternating column stripes are displayed |
Methods
| Signature | Description |
|---|---|
__init__() | |
copy() | Creates a duplicate of this TableStyleInfo instance |