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

#include <import_interface.hpp>

Public Member Functions

virtual void set_column_width (col_t col, double width, orcus::length_unit_t unit)=0
 
virtual void set_column_hidden (col_t col, bool hidden)=0
 
virtual void set_row_height (row_t row, double height, orcus::length_unit_t unit)=0
 
virtual void set_row_hidden (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 necessarily 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.