28 #include <xlnt/xlnt_config.hpp> 29 #include <xlnt/cell/cell_reference.hpp> 30 #include <xlnt/cell/index_types.hpp> std::uint32_t row_t
All rows should be referred to by an instance of this type.
Definition: index_types.hpp:41
pane_state state
The state of the pane
Definition: pane.hpp:68
Enumerates the possible types a cell can be determined by it's current value.
Definition: cell.hpp:37
row_t y_split
The row where the split should take place
Definition: pane.hpp:78
optional< cell_reference > top_left_cell
The optional top left cell
Definition: pane.hpp:63
pane_corner active_pane
The pane which contains the active cell
Definition: pane.hpp:73
A fixed portion of a worksheet.
Definition: pane.hpp:58
pane_corner
Enumeration of the four quadrants of a worksheet
Definition: pane.hpp:47
bool operator==(const pane &rhs) const
Returns true if this pane is equal to rhs based on its top-left cell, state, active pane...
Definition: pane.hpp:89
Many settings in xlnt are allowed to not have a value set. This class encapsulates a value which may ...
Definition: format.hpp:44
pane_state
Enumeration of possible states of a pane
Definition: pane.hpp:37
Columns can be referred to as a string A,B,...Z,AA,AB,..,ZZ,AAA,...,ZZZ or as a 1-indexed index...
Definition: index_types.hpp:48
column_t x_split
The column where the split should take place
Definition: pane.hpp:83