DataEntryGridManager..::..AddRow Method
Adds the row.
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGridAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public void AddRow( DataEntryGridRow newRow, int startIndex )
Public Sub AddRow ( _ newRow As DataEntryGridRow, _ startIndex As Integer _ )
public: void AddRow( DataEntryGridRow^ newRow, int^ startIndex )
Parameters
- newRow
- Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridRow
The new row.
- startIndex
- Type: Int32
The start index.