'DeclarationPublic 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.
 
'DeclarationPublic Overloads Function Add( _ ByVal fromRow As DataGridRow, _ ByVal toRow As DataGridRow _ ) As Boolean
public bool Add( DataGridRow fromRow, DataGridRow toRow )