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

#include <view_types.hpp>

Public Attributes

col_t visible_columns
 
row_t visible_rows
 
address_t top_left_cell
 

Detailed Description

Store the state of a frozen sheet view.

Member Data Documentation

◆ top_left_cell

address_t orcus::spreadsheet::frozen_pane_t::top_left_cell

The position of the top-left cell in the bottom-right pane.

◆ visible_columns

col_t orcus::spreadsheet::frozen_pane_t::visible_columns

The number of visible columns in the top-left pane.

◆ visible_rows

row_t orcus::spreadsheet::frozen_pane_t::visible_rows

The number of visible rows in the top-left pane.