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