30 #include <xlnt/xlnt_config.hpp> 31 #include <xlnt/utils/optional.hpp> 50 bool custom_width =
false;
62 bool best_fit =
false;
Enumerates the possible types a cell can be determined by it's current value.
Definition: cell.hpp:36
bool operator!=(std::nullptr_t, const cell &cell)
Returns true if this cell is initialized.
optional< double > width
The optional width of the column
Definition: column_properties.hpp:45
bool custom_width
If true, this is a custom width
Definition: column_properties.hpp:50
bool operator==(std::nullptr_t, const cell &cell)
Returns true if this cell is uninitialized.
bool best_fit
Is this column sized to fit its content as best it can serialise if true
Definition: column_properties.hpp:62
bool hidden
If true, this column will be hidden
Definition: column_properties.hpp:67
optional< std::size_t > style
The style index of this column. This shouldn't be used since style indices aren't supposed to be used...
Definition: column_properties.hpp:56
Properties applied to a column in a worksheet. Columns can have a size and a style.
Definition: column_properties.hpp:39