DataEntryGridManager..::..RemoveRow Method (DataEntryGridRow)
Removes the row.
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGridAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public virtual void RemoveRow( DataEntryGridRow rowToDelete )
Public Overridable Sub RemoveRow ( _ rowToDelete As DataEntryGridRow _ )
public: virtual void RemoveRow( DataEntryGridRow^ rowToDelete )
Parameters
- rowToDelete
- Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridRow
The row to delete.