worksheet_select

@brief Set a worksheet tab as selected.

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

The %worksheet_select() function is used to indicate that a worksheet is selected in a multi-sheet workbook:

@code worksheet_activate(worksheet1); worksheet_select(worksheet2); worksheet_select(worksheet3);

@endcode

A selected worksheet has its tab highlighted. Selecting worksheets is a way of grouping them together so that, for example, several worksheets could be printed in one go. A worksheet that has been activated via the worksheet_activate() function will also appear as selected.

extern (C)
void
worksheet_select

Meta