Orcus
|
#include <import_interface_styles.hpp>
Public Member Functions | |
virtual void | set_hidden (bool b)=0 |
virtual void | set_locked (bool b)=0 |
virtual void | set_print_content (bool b)=0 |
virtual void | set_formula_hidden (bool b)=0 |
virtual std::size_t | commit ()=0 |
Interface for importing cell protection items.
|
pure virtual |
Commit the cell protection data in the current buffer.
|
pure virtual |
Hide the formula when the sheet is protected and the cell contains formula.
b | whether or not to hide the formula when the sheet is protected and the cell contains formula. |
|
pure virtual |
Hide the entire cell content when the sheet is protected.
b | whether to hide the entire cell content when the sheet is protected. |
|
pure virtual |
Lock the cell when the sheet is protected.
b | whether or not to lock the cell when the sheet is protected. |
|
pure virtual |
Specify whether or not to print the cell content when the sheet is protected.
b | whether or not to print the cell content when the sheet is protected. |