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

DataEntryGrid..::..UpdateRow Method (DataEntryGridRow)

Updates the row.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public void UpdateRow(
	DataEntryGridRow gridRow
)
Public Sub UpdateRow ( _
	gridRow As DataEntryGridRow _
)
public:
void UpdateRow(
	DataEntryGridRow^ gridRow
)

Exceptions


ExceptionCondition
ExceptionThis row must be added to the Rows collection before it can be updated.