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