ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelection Class / Remove Method / Remove(DataGridCell,DataGridCell) Method
From cell.
To cell.

In This Topic
    Remove(DataGridCell,DataGridCell) Method
    In This Topic
    Removes the specified range of cells considering selection mode. i.e. if selection mode is multi row, column information of the specified cells will be ignored, and viceversa.
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal fromCell As DataGridCell, _
       ByVal toCell As DataGridCell _
    ) As Boolean

    Parameters

    fromCell
    From cell.
    toCell
    To cell.
    See Also