RemoveRow Property

Applies To
Grid

Description
Used to remove a row from a Grid control during runtime.

Usage

GSet Form.Control.RemoveRow, value  
Form
Name of a form or string variable containing a form name.
Control
Name of a control or string variable containing a control name. The control must exist in the specified form.
value
Integer representing the index of the row being removed.

Values
An integer value containing the index of the removed row.

See Also
AddRow, Grid, RowCount

Example

GSet frmMain.Grid01.RemoveRow, 0