.. highlightlang:: us .. index:: GridSetSwapRowCol .. _gridsetswaprowcol: GridSetSwapRowCol ================= .. us.tag GridSetSwapRowCol NOTREADYENGLISH New420 Grid :ref:`GridSetSwapRowCol` sets the display of the data channels in the data browser (channels can be displayed in rows or columns). .. function:: bool = GridSetSwapRowCol(bSwap) .. us.return **Return Value** *bool* is TRUE (1), if the function was successful. .. us.params **Parameters** .. uparam:: bSwap If *bSwap* is TRUE (1) the channels are displayed in columns. If *bSwap* is FALSE (0) the channels are displayed in rows. .. us.comment **Comment** All functions starting with ``Grid`` access the data browser. If the browser dialog isn't open, these functions return an invalid value. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 4.2.0 - New .. seealso:: :ref:`overview-netcdf-browser`, :ref:`overview-netcdf-files`, :ref:`GridGetSwapRowCol` :sub:`id-334339`