worksheet_set_first_sheet

@brief Set current worksheet as the first visible sheet tab.

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

The worksheet_activate() function determines which worksheet is initially selected. However, if there are a large number of worksheets the selected worksheet may not appear on the screen. To avoid this you can select the leftmost visible worksheet tab using %worksheet_set_first_sheet():

@code worksheet_set_first_sheet(worksheet19); // First visible worksheet tab. worksheet_activate(worksheet20); // First visible worksheet. @endcode

This function is not required very often. The default value is the first worksheet.

extern (C)
void
worksheet_set_first_sheet

Meta