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

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

Updates the row.

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

Syntax


public void UpdateRow(
	DataEntryGridRow gridRow,
	int rowIndex
)
Public Sub UpdateRow ( _
	gridRow As DataEntryGridRow, _
	rowIndex As Integer _
)
public:
void UpdateRow(
	DataEntryGridRow^ gridRow, 
	int^ rowIndex
)

Parameters

gridRow
Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridRow
The grid row.
rowIndex
Type: Int32
Index of the row.