WorkbookView

Overview

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

Represents a workbook view configuration.

This class provides 1 method for working with WorkbookView 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: active_tab, first_sheet, minimized, show_horizontal_scroll, show_sheet_tabs, show_vertical_scroll, and 6 more.

Properties

NameTypeAccessDescription
x_window``Read/WriteHorizontal position of window.
y_window``Read/WriteVertical position of window.
window_width``Read/WriteWidth of workbook window.
window_height``Read/WriteHeight of workbook window.
active_tab``Read/WriteIndex of active sheet (0-based).
first_sheet``Read/WriteFirst sheet in the tab bar.
show_horizontal_scroll``Read/WriteWhether to show horizontal scroll bar.
show_vertical_scroll``Read/WriteWhether to show vertical scroll bar.
show_sheet_tabs``Read/WriteWhether to show sheet tabs.
tab_ratio``Read/WriteRatio of tab bar width to horizontal split bar.
visibility``Read/WriteWindow visibility: ‘visible’, ‘hidden’, or ‘veryHidden’.
minimized``Read/WriteWhether window is minimized.

Methods

SignatureDescription
__init__()

See Also