lxw_row_col_options
extern (C)
struct lxw_row_col_options {
}
Members
- collapsed
uint8_t collapsed;
Undocumented in source.
- hidden
uint8_t hidden;
- level
uint8_t level;
Undocumented in source.
xlsxwriter worksheet
enumsfunctionsmanifest constantsstructs
@brief Options for rows and columns.
Options struct for the worksheet_set_column() and worksheet_set_row() functions.
It has the following members but currently only the hidden property is supported:
* hidden * level * collapsed