WorkbookView
Overview
WorkbookView is a class in Aspose.Cells FOSS for Python.
Represents a workbook view configuration.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x_window | `` | Read | Horizontal position of window. |
y_window | `` | Read | Vertical position of window. |
window_width | `` | Read | Width of workbook window. |
window_height | `` | Read | Height of workbook window. |
active_tab | `` | Read | Index of active sheet (0-based). |
first_sheet | `` | Read | First sheet in the tab bar. |
show_horizontal_scroll | `` | Read | Whether to show horizontal scroll bar. |
show_vertical_scroll | `` | Read | Whether to show vertical scroll bar. |
show_sheet_tabs | `` | Read | Whether to show sheet tabs. |
tab_ratio | `` | Read | Ratio of tab bar width to horizontal split bar. |
visibility | `` | Read | Window visibility: ‘visible’, ‘hidden’, or ‘veryHidden’. |
minimized | `` | Read | Whether window is minimized. |
Methods
| Signature | Description |
|---|---|
__init__() |