ComponentOne DataGrid for WPF and Silverlight
Contains Method (DataGridRowCollection)

C1.Silverlight.DataGrid Namespace > DataGridRowCollection Class : Contains Method
The index.
Determines whether this collection contains a row in the specified index.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal index As System.Integer _
) As System.Boolean
public System.bool Contains( 
   System.int index
)

Parameters

index
The index.

Return Value

true if contains a row in the specified index; otherwise, false.
See Also

Reference

DataGridRowCollection Class
DataGridRowCollection Members