This function is used to set name of a file in a grid cell.
Syntax:
GridSetFileName(DynamicGridControlName, Row Index, Column Index, FileName)
where
DynamicGridControlName : DynamicGrid Control’s Name
Row Index : The Row index of the grid cell
Column Index :The Column index of the grid cell
FileName :File name that needs to be set.
Example:
GridSetFileName(DynamicGrid1, 2, 1, “test”)