show / hide menu

GridRowAdd

This function is used to add rows to a Dynamic Grid.

Syntax:

GridRowAdd(Grid Name, Number of Rows)

Grid Name is the name of the grid. The user will have to specify the number of rows that has to be added to the grid.

Example:

GridRowAdd(dynamicgrid1, 5)

The function will add 5 rows to the given Dynamic Grid.