28 #include <xlnt/xlnt_config.hpp> 51 bool custom_height =
false;
bool custom_height
Whether or not the height is different from the default
Definition: row_properties.hpp:51
Enumerates the possible types a cell can be determined by it's current value.
Definition: cell.hpp:37
optional< double > height
Row height
Definition: row_properties.hpp:41
optional< double > dy_descent
Distance in pixels from the bottom of the cell to the baseline of the cell content ...
Definition: row_properties.hpp:46
The properties of a row in a worksheet.
Definition: row_properties.hpp:35
optional< std::string > spans
The row column span, used as part of the row block optimisation. This used for loading this attribute...
Definition: row_properties.hpp:73
bool operator==(std::nullptr_t, const cell &cell)
Returns true if this cell is uninitialized.
optional< bool > custom_format
True if row style should be applied
Definition: row_properties.hpp:61
optional< std::size_t > style
The index to the style used by all cells in this row
Definition: row_properties.hpp:66
bool hidden
Whether or not the row should be hidden
Definition: row_properties.hpp:56