ComponentOne DataGrid for WPF and Silverlight
Contains(DataGridRow) Method

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

Parameters

row
The row.

Return Value

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

Reference

DataGridCellsRange Class
DataGridCellsRange Members
Overload List