ComponentOne DataGrid for WPF and Silverlight
Remove(DataGridCell,DataGridCell) Method

C1.Silverlight.DataGrid Namespace > DataGridSelection Class > Remove Method : Remove(DataGridCell,DataGridCell) Method
From cell.
To cell.
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 System.Boolean
public System.bool Remove( 
   DataGridCell fromCell,
   DataGridCell toCell
)

Parameters

fromCell
From cell.
toCell
To cell.
See Also

Reference

DataGridSelection Class
DataGridSelection Members
Overload List