28 #include <xlnt/xlnt_config.hpp> 29 #include <xlnt/utils/optional.hpp> 43 bool auto_filter_date_grouping =
true;
48 bool minimized =
false;
53 bool show_horizontal_scroll =
true;
58 bool show_sheet_tabs =
true;
63 bool show_vertical_scroll =
true;
optional< std::size_t > active_tab
The optional index to the active sheet in this view.
Definition: workbook_view.hpp:73
optional< int > y_window
The distance of the workbook window from the top of the screen in twips.
Definition: workbook_view.hpp:103
bool visible
If true, the workbook window will be visible.
Definition: workbook_view.hpp:68
bool show_vertical_scroll
If true, the vertical scroll bar will be displayed.
Definition: workbook_view.hpp:63
A workbook can be opened in multiple windows with different views. This class represents a particular...
Definition: workbook_view.hpp:37
Enumerates the possible types a cell can be determined by it's current value.
Definition: cell.hpp:37
bool show_horizontal_scroll
If true, the horizontal scroll bar will be displayed.
Definition: workbook_view.hpp:53
bool operator==(std::nullptr_t, const cell &cell)
Returns true if this cell is uninitialized.
bool minimized
If true, the view will be minimized.
Definition: workbook_view.hpp:48
bool auto_filter_date_grouping
If true, dates will be grouped when presenting the user with filtering options.
Definition: workbook_view.hpp:43
optional< int > x_window
The distance of the workbook window from the left side of the screen in twips.
Definition: workbook_view.hpp:98
bool show_sheet_tabs
If true, the sheet tabs will be displayed.
Definition: workbook_view.hpp:58
optional< std::size_t > window_height
The height of the workbook window in twips.
Definition: workbook_view.hpp:93
optional< std::size_t > window_width
The width of the workbook window in twips.
Definition: workbook_view.hpp:88
optional< std::size_t > tab_ratio
The optional ratio between the tabs bar and the horizontal scroll bar.
Definition: workbook_view.hpp:83
optional< std::size_t > first_sheet
The optional index to the first sheet in this view.
Definition: workbook_view.hpp:78