frozen_pane_t

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

struct frozen_pane_t

Store the state of a frozen sheet view.

Public Members

col_t visible_columns

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

row_t visible_rows

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

address_t top_left_cell

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