ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellsRange Class / Contains Method / Contains(DataGridCell) Method
The cell.

In This Topic
    Contains(DataGridCell) Method
    In This Topic
    Determines whether this range instance contains the specified cell.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal cell As DataGridCell _
    ) As Boolean
    public bool Contains( 
       DataGridCell cell
    )

    Parameters

    cell
    The cell.

    Return Value

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