'Declaration
Public Overloads Function Add( _ ByVal fromRow As DataGridRow, _ ByVal toRow As DataGridRow _ ) As Boolean
public bool Add( DataGridRow fromRow, DataGridRow toRow )
Parameters
- fromRow
- From row.
- toRow
- To row.
'Declaration
Public Overloads Function Add( _ ByVal fromRow As DataGridRow, _ ByVal toRow As DataGridRow _ ) As Boolean
public bool Add( DataGridRow fromRow, DataGridRow toRow )