TableStyleInfo
Overview
TableStyleInfo is a class in Aspose.Cells FOSS for Python.
Visual style settings for an Excel table.
This class provides 2 methods for working with TableStyleInfo objects in Python programs.
Available methods include: __init__, copy.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: name, show_column_stripes, show_first_column, show_last_column, show_row_stripes.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | `` | Read | Gets the name. |
show_first_column | `` | Read | Gets the show first column. |
show_last_column | `` | Read | Gets the show last column. |
show_row_stripes | `` | Read | Gets the show row stripes. |
show_column_stripes | `` | Read | Gets the show column stripes. |
Methods
| Signature | Description |
|---|---|
__init__() | |
copy() | Creates a duplicate of this TableStyleInfo instance |