xlnt
|
A workbook can be opened in multiple windows with different views. This class represents a particular view used by one window. More...
#include <workbook_view.hpp>
Public Attributes | |
bool | auto_filter_date_grouping = true |
If true, dates will be grouped when presenting the user with filtering options. More... | |
bool | minimized = false |
If true, the view will be minimized. More... | |
bool | show_horizontal_scroll = true |
If true, the horizontal scroll bar will be displayed. More... | |
bool | show_sheet_tabs = true |
If true, the sheet tabs will be displayed. More... | |
bool | show_vertical_scroll = true |
If true, the vertical scroll bar will be displayed. More... | |
bool | visible = true |
If true, the workbook window will be visible. More... | |
optional< std::size_t > | active_tab |
The optional index to the active sheet in this view. More... | |
optional< std::size_t > | first_sheet |
The optional index to the first sheet in this view. More... | |
optional< std::size_t > | tab_ratio |
The optional ratio between the tabs bar and the horizontal scroll bar. More... | |
optional< std::size_t > | window_width |
The width of the workbook window in twips. More... | |
optional< std::size_t > | window_height |
The height of the workbook window in twips. More... | |
optional< int > | x_window |
The distance of the workbook window from the left side of the screen in twips. More... | |
optional< int > | y_window |
The distance of the workbook window from the top of the screen in twips. More... | |
A workbook can be opened in multiple windows with different views. This class represents a particular view used by one window.
optional<std::size_t> xlnt::workbook_view::active_tab |
The optional index to the active sheet in this view.
bool xlnt::workbook_view::auto_filter_date_grouping = true |
If true, dates will be grouped when presenting the user with filtering options.
optional<std::size_t> xlnt::workbook_view::first_sheet |
The optional index to the first sheet in this view.
bool xlnt::workbook_view::minimized = false |
If true, the view will be minimized.
bool xlnt::workbook_view::show_horizontal_scroll = true |
If true, the horizontal scroll bar will be displayed.
bool xlnt::workbook_view::show_sheet_tabs = true |
If true, the sheet tabs will be displayed.
bool xlnt::workbook_view::show_vertical_scroll = true |
If true, the vertical scroll bar will be displayed.
optional<std::size_t> xlnt::workbook_view::tab_ratio |
The optional ratio between the tabs bar and the horizontal scroll bar.
bool xlnt::workbook_view::visible = true |
If true, the workbook window will be visible.
optional<std::size_t> xlnt::workbook_view::window_height |
The height of the workbook window in twips.
optional<std::size_t> xlnt::workbook_view::window_width |
The width of the workbook window in twips.
optional<int> xlnt::workbook_view::x_window |
The distance of the workbook window from the left side of the screen in twips.
optional<int> xlnt::workbook_view::y_window |
The distance of the workbook window from the top of the screen in twips.