worksheet_set_start_page

@brief Set the start page number when printing.

@param worksheet Pointer to a lxw_worksheet instance to be updated. @param start_page Starting page number.

The %worksheet_set_start_page() function is used to set the number of the starting page when the worksheet is printed out:

@code // Start print from page 2. worksheet_set_start_page(worksheet, 2); @endcode

extern (C)
void
worksheet_set_start_page

Meta