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