8 #ifndef ORCUS_SHEET_PROPERTIES_HPP 9 #define ORCUS_SHEET_PROPERTIES_HPP 11 #include "orcus/spreadsheet/import_interface.hpp" 12 #include "orcus/env.hpp" 14 namespace orcus {
namespace spreadsheet {
18 struct sheet_properties_impl;
26 sheet_properties_impl* mp_impl;
31 virtual void set_column_width(col_t col,
double width, orcus::length_unit_t unit);
32 virtual void set_column_hidden(col_t col,
bool hidden);
33 virtual void set_row_height(row_t row,
double height, orcus::length_unit_t unit);
34 virtual void set_row_hidden(row_t row,
bool hidden);
Definition: document.hpp:44
virtual void set_merge_cell_range(const char *p_ref, size_t p_ref_len)
Definition: import_interface.hpp:156
Definition: sheet_properties.hpp:24
Definition: base64.hpp:15