GridSetSwapRowCol

GridSetSwapRowCol sets the display of the data channels in the data browser (channels can be displayed in rows or columns).

bool = GridSetSwapRowCol(bSwap)

Return Value

bool is TRUE (1), if the function was successful.

Parameters

bSwap

If bSwap is TRUE (1) the channels are displayed in columns. If bSwap is FALSE (0) the channels are displayed in rows.

Comment

All functions starting with Grid access the data browser. If the browser dialog isn’t open, these functions return an invalid value.

History

Version Description
4.2.0 New

id-334339