DeleteRows Method
Deletes the selected rows in the grid and underlying recordset.
Syntax
object.DeleteRows
The syntax of the DeleteRows method has these parts:
| Part | Description |
| object | A DCombo control. |
Remarks
Use the SRow and Srow2 properties to determine what rows are being deleted before calling this method. The records are permanently deleted from the underlying recordset.