SheetView
Overview
SheetView is a class in Aspose.Cells FOSS for Python.
Represents a sheet view configuration.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
show_formulas | `` | Read | Whether to show formulas instead of values. |
show_grid_lines | `` | Read | Whether to show grid lines. |
show_row_col_headers | `` | Read | Whether to show row and column headers. |
show_zeros | `` | Read | Whether to display zero values. |
right_to_left | `` | Read | Whether to display right-to-left. |
tab_selected | `` | Read | Whether this sheet is selected. |
view | `` | Read | View mode: ’normal’, ‘pageBreakPreview’, or ‘pageLayout’. |
top_left_cell | `` | Read | Top-left visible cell. |
zoom_scale | `` | Read | Zoom scale (10-400, default: 100). |
zoom_scale_normal | `` | Read | Normal zoom scale. |
zoom_scale_page_layout_view | `` | Read | Zoom for page layout view. |
view_type | `` | Read | Alias for view property. |
window_protection | `` | Read | Whether the sheet window is protected. |
show_outline_symbols | `` | Read | Whether to show outline symbols. |
show_ruler | `` | Read | Whether to show the ruler. |
show_white_space | `` | Read | Whether to show white space. |
default_grid_color | `` | Read | Whether to use the default grid color. |
color_id | `` | Read | Grid color index (default 64). |
zoom_scale_sheet_layout_view | `` | Read | Zoom for sheet layout view. |
workbook_view_id | `` | Read | Workbook view index for this sheet view. |
Methods
| Signature | Description |
|---|---|
__init__() |