DataEntryGridRow..::..AddChildRow Method
Adds a child row to grid.
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGridAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public void AddChildRow( DataEntryGridRow childRow )
Public Sub AddChildRow ( _ childRow As DataEntryGridRow _ )
public: void AddChildRow( DataEntryGridRow^ childRow )
Parameters
- childRow
- Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridRow
The child row.
Exceptions
Exception | Condition |
---|---|
Exception | This row must be added to the Rows collection before child rows can be added to it. |