|
xlnt - community edition
|
Properties applied to a column in a worksheet. Columns can have a size and a style. More...
#include <column_properties.hpp>
Public Attributes | |
| optional< double > | width |
| The optional width of the column More... | |
| bool | custom_width = false |
| If true, this is a custom width More... | |
| 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 directly in xlnt. (TODO) More... | |
| bool | best_fit = false |
| Is this column sized to fit its content as best it can serialise if true More... | |
| bool | hidden = false |
| If true, this column will be hidden More... | |
Properties applied to a column in a worksheet. Columns can have a size and a style.
| bool xlnt::column_properties::best_fit = false |
Is this column sized to fit its content as best it can serialise if true
| bool xlnt::column_properties::custom_width = false |
If true, this is a custom width
| bool xlnt::column_properties::hidden = false |
If true, this column will be hidden
| optional<std::size_t> xlnt::column_properties::style |
The style index of this column. This shouldn't be used since style indices aren't supposed to be used directly in xlnt. (TODO)
| optional<double> xlnt::column_properties::width |
The optional width of the column
1.8.13