Checks whether the collection contains a specific XLCellRange object.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public bool Contains(
	XLCellRange cr
)
Visual Basic
Public Function Contains ( _
	cr As XLCellRange _
) As Boolean

Parameters

cr
Type: C1.Silverlight.Excel..::..XLCellRange
XLCellRange object to look for.

Return Value

True if the collection contains the range, False otherwise.

See Also