split_pane_t

Defined in header: <orcus/spreadsheet/view_types.hpp>

struct split_pane_t

Store information about the state of a split sheet view.

Public Members

double hor_split

Horizontal distance to the vertical split bar in 1/20th of a point, or 0 if not horizontally split.

double ver_split

Vertical distance to the horizontal split bar in 1/20th of a point, or 0 if not vertically split.

address_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.