SheetFormatProperties

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

NameTypeAccessDescription
base_col_width``Read/WriteBase column width in characters (default: 8).
default_col_width``Read/WriteDefault column width in characters.
default_row_height``Read/WriteDefault row height in points.
dy_descent``Read/Writex14ac:dyDescent value for sheetFormatPr.
custom_height``Read/WriteWhether custom row height is applied.
zero_height``Read/WriteWhether rows have zero height by default.
outline_level_row``Read/WriteDefault outline level for rows.
outline_level_col``Read/WriteDefault outline level for columns.
thick_top``Read/WriteWhether thick top border is applied.
thick_bottom``Read/WriteWhether thick bottom border is applied.

Methods

SignatureDescription
__init__()

See Also