GridSetValues sets data values in the grid.
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
nFirstRow is the first row. Count starts with 1.
nFirstCol is the first column. Count starts with 1.
smValueMatrix is a string matrix with values.
Comment
All functions starting with Grid access the data browser. If the browser dialog isn’t open, these functions return an invalid value.
id-1768361