Orcus
|
#include <view_types.hpp>
Public Attributes | |
double | hor_split |
double | ver_split |
address_t | top_left_cell |
Store information about the state of a split sheet view.
double orcus::spreadsheet::split_pane_t::hor_split |
Horizontal distance to the vertical split bar in 1/20th of a point, or 0 if not horizontally split.
address_t orcus::spreadsheet::split_pane_t::top_left_cell |
Top-left visible cell of the bottom-right pane. This value is valid only when either the horizontal distance or the vertical distance is non-zero.
double orcus::spreadsheet::split_pane_t::ver_split |
Vertical distance to the horizontal split bar in 1/20th of a point, or 0 if not vertically split.