.. highlightlang:: us .. index:: GridSetValues .. _gridsetvalues: GridSetValues ============= .. us.tag GridSetValues NOTREADYENGLISH New340 Grid :ref:`GridSetValues` sets data values in the grid. .. function:: bool = GridSetValues(nFirstRow, nFirstCol, smValueMatrix) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: nFirstRow *nFirstRow* is the first row. Count starts with 1. .. uparam:: nFirstCol *nFirstCol* is the first column. Count starts with 1. .. uparam:: smValueMatrix *smValueMatrix* is a string matrix with values. .. 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-1768361`