@brief Set the option to print the row and column headers on the printed
page.
@param worksheet Pointer to a lxw_worksheet instance to be updated.
When printing a worksheet from Excel the row and column headers (the row
numbers on the left and the column letters at the top) aren't printed by
default.
This function sets the printer option to print these headers:
@brief Set the option to print the row and column headers on the printed page.
@param worksheet Pointer to a lxw_worksheet instance to be updated.
When printing a worksheet from Excel the row and column headers (the row numbers on the left and the column letters at the top) aren't printed by default.
This function sets the printer option to print these headers:
@code worksheet_print_row_col_headers(worksheet); @endcode