DataEntryGrid..::..UpdateRow Method (DataEntryGridRow)
Updates the row.
Namespace:
RingSoft.DataEntryControls.WPF.DataEntryGridAssembly: 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 )
Parameters
- gridRow
- Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridRow
The grid row.
Exceptions
Exception | Condition |
---|---|
Exception | This row must be added to the Rows collection before it can be updated. |