@brief Set the page orientation as landscape.
@param worksheet Pointer to a lxw_worksheet instance to be updated.
This function is used to set the orientation of a worksheet's printed page to landscape:
@code worksheet_set_landscape(worksheet); @endcode
See Implementation
@brief Set the page orientation as landscape.
@param worksheet Pointer to a lxw_worksheet instance to be updated.
This function is used to set the orientation of a worksheet's printed page to landscape:
@code worksheet_set_landscape(worksheet); @endcode