SheetFormatProperties
Overview
SheetFormatProperties is a class in Aspose.Cells FOSS for Python.
Represents sheet format properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
base_col_width | `` | Read | Base column width in characters (default: 8). |
default_col_width | `` | Read | Default column width in characters. |
default_row_height | `` | Read | Default row height in points. |
dy_descent | `` | Read | x14ac:dyDescent value for sheetFormatPr. |
custom_height | `` | Read | Whether custom row height is applied. |
zero_height | `` | Read | Whether rows have zero height by default. |
outline_level_row | `` | Read | Default outline level for rows. |
outline_level_col | `` | Read | Default outline level for columns. |
thick_top | `` | Read | Whether thick top border is applied. |
thick_bottom | `` | Read | Whether thick bottom border is applied. |
Methods
| Signature | Description |
|---|---|
__init__() |