SheetFormatProperties
Overview
SheetFormatProperties is a class in Aspose.Cells FOSS for Python.
Represents sheet format properties.
This class provides 1 method for working with SheetFormatProperties objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: base_col_width, custom_height, default_col_width, default_row_height, dy_descent, outline_level_col, and 4 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
base_col_width | `` | Read/Write | Base column width in characters (default: 8). |
default_col_width | `` | Read/Write | Default column width in characters. |
default_row_height | `` | Read/Write | Default row height in points. |
dy_descent | `` | Read/Write | x14ac:dyDescent value for sheetFormatPr. |
custom_height | `` | Read/Write | Whether custom row height is applied. |
zero_height | `` | Read/Write | Whether rows have zero height by default. |
outline_level_row | `` | Read/Write | Default outline level for rows. |
outline_level_col | `` | Read/Write | Default outline level for columns. |
thick_top | `` | Read/Write | Whether thick top border is applied. |
thick_bottom | `` | Read/Write | Whether thick bottom border is applied. |
Methods
| Signature | Description |
|---|---|
__init__() |