.. highlightlang:: us .. index:: GridSetLeftCol .. _gridsetleftcol: GridSetLeftCol ============== .. us.tag GridSetLeftCol NOTREADYENGLISH New330 Grid :ref:`GridSetLeftCol` sets the leftmost column displayed in the grid. .. function:: bool = GridSetLeftCol(>nLeftCol ) .. us.return **Return Value** *bool* is TRUE (1) if the function could set the selection and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: nLeftCol *nLeftCol* is the leftmost column starting with 1. .. 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. .. seealso:: :ref:`overview-netcdf-browser`, :ref:`overview-netcdf-files` :sub:`id-2076583`