worksheet_right_to_left

@brief Display the worksheet cells from right to left for some versions of Excel.

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

* The %worksheet_right_to_left() function is used to change the default direction of the worksheet from left-to-right, with the A1 cell in the top left, to right-to-left, with the A1 cell in the top right.

@code worksheet_right_to_left(worksheet1); @endcode

This is useful when creating Arabic, Hebrew or other near or far eastern worksheets that use right-to-left as the default direction.

extern (C)
void
worksheet_right_to_left

Meta