WorkbookView

Overview

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

Represents a workbook view configuration.

Properties

NameTypeAccessDescription
x_window``ReadHorizontal position of window.
y_window``ReadVertical position of window.
window_width``ReadWidth of workbook window.
window_height``ReadHeight of workbook window.
active_tab``ReadIndex of active sheet (0-based).
first_sheet``ReadFirst sheet in the tab bar.
show_horizontal_scroll``ReadWhether to show horizontal scroll bar.
show_vertical_scroll``ReadWhether to show vertical scroll bar.
show_sheet_tabs``ReadWhether to show sheet tabs.
tab_ratio``ReadRatio of tab bar width to horizontal split bar.
visibility``ReadWindow visibility: ‘visible’, ‘hidden’, or ‘veryHidden’.
minimized``ReadWhether window is minimized.

Methods

SignatureDescription
__init__()

See Also