DataEntryGridManager..::..ReplaceRow Method
Replaces the row.
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGridAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public void ReplaceRow( DataEntryGridRow existingRow, DataEntryGridRow newRow )
Public Sub ReplaceRow ( _ existingRow As DataEntryGridRow, _ newRow As DataEntryGridRow _ )
public: void ReplaceRow( DataEntryGridRow^ existingRow, DataEntryGridRow^ newRow )
Parameters
- existingRow
- Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridRow
The existing row.
- newRow
- Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridRow
The new row.