Gets a value that indicates whether this range contains another range.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public bool Contains(
	CellRange range
)
Visual Basic
Public Function Contains ( _
	range As CellRange _
) As Boolean

Parameters

range
Type: C1.Silverlight.FlexGrid..::..CellRange
CellRange that may be contained within this range.

Return Value

True if this range contains the range specified by the range parameter.

See Also