WorksheetProperties

WorksheetProperties

Overview

WorksheetProperties is a class in Aspose.Cells FOSS for Python.

Container for all worksheet-level properties.

This class provides 1 method for working with WorksheetProperties 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: format, header_footer, page_margins, page_setup, pane, print_options, and 3 more.

Properties

NameTypeAccessDescription
view``ReadGets sheet view settings.
selection``ReadGets selection settings.
pane``ReadGets pane (freeze/split) settings.
format``ReadGets sheet format properties.
protection``ReadGets sheet protection settings.
page_setup``ReadGets page setup settings.
page_margins``ReadGets page margins.
header_footer``ReadGets header and footer settings.
print_options``ReadGets print options.

Methods

SignatureDescription
__init__()

See Also