'DeclarationPublic Overloads Function Remove( _ ByVal fromCell As DataGridCell, _ ByVal toCell As DataGridCell _ ) As Boolean
public bool Remove( DataGridCell fromCell, DataGridCell toCell )
Parameters
- fromCell
 - From cell.
 - toCell
 - To cell.
 
'DeclarationPublic Overloads Function Remove( _ ByVal fromCell As DataGridCell, _ ByVal toCell As DataGridCell _ ) As Boolean
public bool Remove( DataGridCell fromCell, DataGridCell toCell )