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

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

Updates the row.

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

Syntax


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

Parameters

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