worksheet_set_landscape

@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

extern (C)
void
worksheet_set_landscape

Meta