IDataEntryGrid..::..UpdateRow Method (DataEntryGridRow, Int32)
Updates the row.
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGridAssembly: 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.