Orcus
|
#include <view_types.hpp>
Public Attributes | |
col_t | visible_columns |
row_t | visible_rows |
address_t | top_left_cell |
Store the state of a frozen sheet view.
address_t orcus::spreadsheet::frozen_pane_t::top_left_cell |
The position of the top-left cell in the bottom-right pane.
col_t orcus::spreadsheet::frozen_pane_t::visible_columns |
The number of visible columns in the top-left pane.
row_t orcus::spreadsheet::frozen_pane_t::visible_rows |
The number of visible rows in the top-left pane.