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