show / hide menu

GridRowDelete

This function is used to remove a row from a grid.

Syntax:

GridRowAdd(Grid Name,Row Index)

GridName is the name of the grid. Row Index is the index of the row that needs to be deleted.

Example:

GridRowDelete(dynamicgrid1, 3)

The function will delete the third row from the Dynamic Grid.