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

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.

Methods

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

See Also