ComponentOne DataGrid for WPF and Silverlight
Contains(DataGridCell) Method

C1.Silverlight.DataGrid Namespace > DataGridCellsRange Class > Contains Method : Contains(DataGridCell) Method
The cell.
Determines whether this range instance contains the specified cell.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal cell As DataGridCell _
) As System.Boolean
public System.bool Contains( 
   DataGridCell cell
)

Parameters

cell
The cell.

Return Value

true if this range instance contains the specified cell; otherwise, false.
See Also

Reference

DataGridCellsRange Class
DataGridCellsRange Members
Overload List