Orcus
Public Member Functions | List of all members
orcus::spreadsheet::iface::import_sheet_properties Class Referenceabstract

#include <import_interface.hpp>

Inheritance diagram for orcus::spreadsheet::iface::import_sheet_properties:
orcus::spreadsheet::sheet_properties

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
 

Detailed Description

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.

Member Function Documentation

§ set_merge_cell_range()

virtual void orcus::spreadsheet::iface::import_sheet_properties::set_merge_cell_range ( const range_t range)
pure virtual

Specify merged cell range.

Parameters
rangestructure containing the top-left and bottom-right positions of the merged cell range.

Implemented in orcus::spreadsheet::sheet_properties.