worksheet_set_portrait

@brief Set the page orientation as portrait.

@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 portrait. The default worksheet orientation is portrait, so this function isn't generally required:

@code worksheet_set_portrait(worksheet); @endcode

extern (C)
void
worksheet_set_portrait

Meta