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);