|
xlnt - community edition
|
A fixed portion of a worksheet. More...
#include <pane.hpp>
Public Member Functions | |
| bool | operator== (const pane &rhs) const |
| Returns true if this pane is equal to rhs based on its top-left cell, state, active pane, and x/y split location. More... | |
| bool | operator!= (const pane &rhs) const |
| Returns the negation of the equality operator. More... | |
Public Attributes | |
| optional< cell_reference > | top_left_cell |
| The optional top left cell More... | |
| pane_state | state = pane_state::split |
| The state of the pane More... | |
| pane_corner | active_pane = pane_corner::top_left |
| The pane which contains the active cell More... | |
| row_t | y_split = 1 |
| The row where the split should take place More... | |
| column_t | x_split = 1 |
| The column where the split should take place More... | |
A fixed portion of a worksheet.
|
inline |
Returns the negation of the equality operator.
|
inline |
Returns true if this pane is equal to rhs based on its top-left cell, state, active pane, and x/y split location.
| pane_corner xlnt::pane::active_pane = pane_corner::top_left |
The pane which contains the active cell
| pane_state xlnt::pane::state = pane_state::split |
The state of the pane
| optional<cell_reference> xlnt::pane::top_left_cell |
The optional top left cell
| column_t xlnt::pane::x_split = 1 |
The column where the split should take place
| row_t xlnt::pane::y_split = 1 |
The row where the split should take place
1.8.13