Determines whether the range contains a specific range.

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

See Also