Orcus
|
#include <import_interface.hpp>
Public Member Functions | |
virtual void | set_column_width (orcus::spreadsheet::col_t col, double width, orcus::length_unit_t unit)=0 |
virtual void | set_column_hidden (orcus::spreadsheet::col_t col, bool hidden)=0 |
virtual void | set_row_height (orcus::spreadsheet::row_t row, double height, orcus::length_unit_t unit)=0 |
virtual void | set_row_hidden (orcus::spreadsheet::row_t row, bool hidden)=0 |
virtual void | set_merge_cell_range (const range_t &range)=0 |
Interface for importing sheet properties. Sheet properties are those that are used for decorative purposes but are not not a part of the sheet cell values.
|
pure virtual |
Specify merged cell range.
range | structure containing the top-left and bottom-right positions of the merged cell range. |
Implemented in orcus::spreadsheet::sheet_properties.