28 #include <xlnt/xlnt_config.hpp> 29 #include <xlnt/cell/cell_reference.hpp> 30 #include <xlnt/cell/index_types.hpp> 31 #include <xlnt/utils/optional.hpp> 104 return !(*
this == rhs);
std::uint32_t row_t
All rows should be referred to by an instance of this type.
Definition: index_types.hpp:40
pane_state state
The state of the pane
Definition: pane.hpp:69
Enumerates the possible types a cell can be determined by it's current value.
Definition: cell.hpp:36
row_t y_split
The row where the split should take place
Definition: pane.hpp:79
optional< cell_reference > top_left_cell
The optional top left cell
Definition: pane.hpp:64
pane_corner active_pane
The pane which contains the active cell
Definition: pane.hpp:74
A fixed portion of a worksheet.
Definition: pane.hpp:59
pane_corner
Enumeration of the four quadrants of a worksheet
Definition: pane.hpp:48
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:90
Many settings in xlnt are allowed to not have a value set. This class encapsulates a value which may ...
Definition: format.hpp:43
pane_state
Enumeration of possible states of a pane
Definition: pane.hpp:38
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:47
bool operator!=(const pane &rhs) const
Returns the negation of the equality operator.
Definition: pane.hpp:102
column_t x_split
The column where the split should take place
Definition: pane.hpp:84