'DeclarationPublic Overloads Function Contains( _ ByVal row As DataGridRow _ ) As Boolean
public bool Contains( DataGridRow row )
Parameters
- row
 - The row.
 
Return Value
true if this range instance contains the specified row; otherwise, false.'DeclarationPublic Overloads Function Contains( _ ByVal row As DataGridRow _ ) As Boolean
public bool Contains( DataGridRow row )
true if this range instance contains the specified row; otherwise, false.