GridSetValues

GridSetValues sets data values in the grid.

bool = GridSetValues(nFirstRow, nFirstCol, smValueMatrix)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

nFirstRow

nFirstRow is the first row. Count starts with 1.

nFirstCol

nFirstCol is the first column. Count starts with 1.

smValueMatrix

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