|
libxlsxwriter
|
Options for rows and columns. More...
Options struct for the worksheet_set_column() and worksheet_set_row() functions.
It has the following members:
hiddenlevelcollapsedThe members of this struct are explained in Outlines and Grouping in libxlsxwriter.
Data Fields | |
| uint8_t | hidden |
| uint8_t | level |
| uint8_t | collapsed |
| uint8_t lxw_row_col_options::hidden |
Hide the row/column. Outlines and Grouping in libxlsxwriter.
| uint8_t lxw_row_col_options::level |
Outline level. See Outlines and Grouping in libxlsxwriter.
| uint8_t lxw_row_col_options::collapsed |
Set the outline row as collapsed. See Outlines and Grouping in libxlsxwriter.