xlnt - community edition
|
Describes a view of a worksheet. Worksheets can have multiple views which show the data differently. More...
#include <sheet_view.hpp>
Public Member Functions | |
void | id (std::size_t new_id) |
Sets the ID of this view to new_id. More... | |
std::size_t | id () const |
Returns the ID of this view. More... | |
bool | has_pane () const |
Returns true if this view has a pane defined. More... | |
struct pane & | pane () |
Returns a reference to this view's pane. More... | |
const struct pane & | pane () const |
Returns a reference to this view's pane. More... | |
void | clear_pane () |
Removes the defined pane from this view. More... | |
void | pane (const struct pane &new_pane) |
Sets the pane of this view to new_pane. More... | |
bool | has_selections () const |
Returns true if this view has any selections. More... | |
void | add_selection (const class selection &new_selection) |
Adds the given selection to the collection of selections. More... | |
void | clear_selections () |
Removes all selections. More... | |
std::vector< xlnt::selection > | selections () const |
Returns the collection of selections as a vector. More... | |
class xlnt::selection & | selection (std::size_t index) |
Returns the selection at the given index. More... | |
void | show_grid_lines (bool show) |
If show is true, grid lines will be shown for sheets using this view. More... | |
bool | show_grid_lines () const |
Returns true if grid lines will be shown for sheets using this view. More... | |
void | default_grid_color (bool is_default) |
If is_default is true, the default grid color will be used. More... | |
bool | default_grid_color () const |
Returns true if the default grid color will be used. More... | |
void | type (sheet_view_type new_type) |
Sets the type of this view. More... | |
sheet_view_type | type () const |
Returns the type of this view. More... | |
bool | has_top_left_cell () const |
has a top left cell? More... | |
void | top_left_cell (const cell_reference &ref) |
Sets the top left cell of this view. More... | |
cell_reference | top_left_cell () const |
Returns the top left cell of this view. More... | |
bool | operator== (const sheet_view &rhs) const |
Returns true if this view is equal to rhs based on its id, grid lines setting, default grid color, pane, and selections. More... | |
bool | operator!= (const sheet_view &rhs) const |
Returns the negation of the equality operator. More... | |
Describes a view of a worksheet. Worksheets can have multiple views which show the data differently.
|
inline |
Adds the given selection to the collection of selections.
|
inline |
Removes the defined pane from this view.
|
inline |
Removes all selections.
|
inline |
If is_default is true, the default grid color will be used.
|
inline |
Returns true if the default grid color will be used.
|
inline |
Returns true if this view has a pane defined.
|
inline |
Returns true if this view has any selections.
|
inline |
has a top left cell?
|
inline |
Sets the ID of this view to new_id.
|
inline |
Returns the ID of this view.
|
inline |
Returns the negation of the equality operator.
|
inline |
Returns true if this view is equal to rhs based on its id, grid lines setting, default grid color, pane, and selections.
|
inline |
Returns a reference to this view's pane.
|
inline |
Returns a reference to this view's pane.
|
inline |
Sets the pane of this view to new_pane.
|
inline |
Returns the selection at the given index.
|
inline |
Returns the collection of selections as a vector.
|
inline |
If show is true, grid lines will be shown for sheets using this view.
|
inline |
Returns true if grid lines will be shown for sheets using this view.
|
inline |
Sets the top left cell of this view.
|
inline |
Returns the top left cell of this view.
|
inline |
Sets the type of this view.
|
inline |
Returns the type of this view.