ComponentOne DataGrid for WPF and Silverlight
Contains(DataGridCellsRange,Boolean) Method

C1.Silverlight.DataGrid Namespace > DataGridCellsRangeCollection Class > Contains Method : Contains(DataGridCellsRange,Boolean) Method
The range.
if set to true return true only if the specified range is equal to some of the contained ranges.
Determines whether this collection contains the specified range.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal range As DataGridCellsRange, _
   ByVal isEqualToARange As System.Boolean _
) As System.Boolean
public System.bool Contains( 
   DataGridCellsRange range,
   System.bool isEqualToARange
)

Parameters

range
The range.
isEqualToARange
if set to true return true only if the specified range is equal to some of the contained ranges.

Return Value

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

Reference

DataGridCellsRangeCollection Class
DataGridCellsRangeCollection Members
Overload List