ComponentOne DataGrid for WPF and Silverlight
Contains(DataGridCellsRange) Method

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

Parameters

range
The range.

Return Value

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

Reference

DataGridCellsRangeCollection Class
DataGridCellsRangeCollection Members
Overload List