@brief Set the option to display or hide gridlines on the screen and the printed page.
@param worksheet Pointer to a lxw_worksheet instance to be updated. @param option Gridline option.
Display or hide screen and print gridlines using one of the values of @ref lxw_gridlines.
@code worksheet_gridlines(worksheet1, LXW_HIDE_ALL_GRIDLINES);
worksheet_gridlines(worksheet2, LXW_SHOW_PRINT_GRIDLINES); @endcode
The Excel default is that the screen gridlines are on and the printed worksheet is off.
See Implementation
@brief Set the option to display or hide gridlines on the screen and the printed page.
@param worksheet Pointer to a lxw_worksheet instance to be updated. @param option Gridline option.
Display or hide screen and print gridlines using one of the values of @ref lxw_gridlines.
@code worksheet_gridlines(worksheet1, LXW_HIDE_ALL_GRIDLINES);
worksheet_gridlines(worksheet2, LXW_SHOW_PRINT_GRIDLINES); @endcode
The Excel default is that the screen gridlines are on and the printed worksheet is off.