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
| Name | Type | Access | Description |
|---|---|---|---|
x_window | `` | Read/Write | Horizontal position of window. |
y_window | `` | Read/Write | Vertical position of window. |
window_width | `` | Read/Write | Width of workbook window. |
window_height | `` | Read/Write | Height of workbook window. |
active_tab | `` | Read/Write | Index of active sheet (0-based). |
first_sheet | `` | Read/Write | First sheet in the tab bar. |
show_horizontal_scroll | `` | Read/Write | Whether to show horizontal scroll bar. |
show_vertical_scroll | `` | Read/Write | Whether to show vertical scroll bar. |
show_sheet_tabs | `` | Read/Write | Whether to show sheet tabs. |
tab_ratio | `` | Read/Write | Ratio of tab bar width to horizontal split bar. |
visibility | `` | Read/Write | Window visibility: ‘visible’, ‘hidden’, or ‘veryHidden’. |
minimized | `` | Read/Write | Whether window is minimized. |
Methods
| Signature | Description |
|---|---|
__init__() |