RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridManager..::..ReplaceRow Method

Replaces the row.

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid
Assembly:  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
)