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

NameTypeAccessDescription
show_formulas``Read/WriteWhether to show formulas instead of values.
show_grid_lines``Read/WriteWhether to show grid lines.
show_row_col_headers``Read/WriteWhether to show row and column headers.
show_zeros``Read/WriteWhether to display zero values.
right_to_left``Read/WriteWhether to display right-to-left.
tab_selected``Read/WriteWhether this sheet is selected.
view``Read/WriteView mode: ’normal’, ‘pageBreakPreview’, or ‘pageLayout’.
top_left_cell``Read/WriteTop-left visible cell.
zoom_scale``Read/WriteZoom scale (10-400, default: 100).
zoom_scale_normal``Read/WriteNormal zoom scale.
zoom_scale_page_layout_view``Read/WriteZoom for page layout view.
view_type``Read/WriteAlias for view property.
window_protection``Read/WriteWhether the sheet window is protected.
show_outline_symbols``Read/WriteWhether to show outline symbols.
show_ruler``Read/WriteWhether to show the ruler.
show_white_space``Read/WriteWhether to show white space.
default_grid_color``Read/WriteWhether to use the default grid color.
color_id``Read/WriteGrid color index (default 64).
zoom_scale_sheet_layout_view``Read/WriteZoom for sheet layout view.
workbook_view_id``Read/WriteWorkbook view index for this sheet view.

Methods

SignatureDescription
__init__()

See Also