Orcus
Public Attributes | List of all members
orcus::spreadsheet::split_pane_t Struct Reference

#include <view_types.hpp>

Public Attributes

double hor_split
 
double ver_split
 
address_t top_left_cell
 

Detailed Description

Store information about the state of a split sheet view.

Member Data Documentation

◆ hor_split

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.

◆ top_left_cell

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.

◆ ver_split

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.