37class ORCUS_SPM_DLLPUBLIC sheet_view
40 std::unique_ptr<impl> mp_impl;
42 sheet_view(
view& doc_view);
45 const range_t& get_selection(sheet_pane_t pos)
const;
47 void set_selection(sheet_pane_t pos,
const range_t& range);
49 void set_active_pane(sheet_pane_t pos);
50 sheet_pane_t get_active_pane()
const;
52 void set_split_pane(
double hor_split,
double ver_split,
const address_t& top_left_cell);
55 void set_frozen_pane(col_t visible_cols, row_t visible_rows,
const address_t& top_left_cell);
58 view& get_document_view();