worksheet_set_page_view

@brief Set the page layout to page view mode.

@param worksheet Pointer to a lxw_worksheet instance to be updated.

This function is used to display the worksheet in "Page View/Layout" mode:

@code worksheet_set_page_view(worksheet); @endcode

extern (C)
void
worksheet_set_page_view

Meta