ComponentOne DataGrid for WPF and Silverlight
Remove(DataGridCell) Method

C1.Silverlight.DataGrid Namespace > DataGridSelection Class > Remove Method : Remove(DataGridCell) Method
The cell to remove.
Removes the specified cell considering selection mode. i.e. if selection mode is single or multi row the whole row containing the specified cell will be removed.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal cell As DataGridCell _
) As System.Boolean
public System.bool Remove( 
   DataGridCell cell
)

Parameters

cell
The cell to remove.
See Also

Reference

DataGridSelection Class
DataGridSelection Members
Overload List