Spread Silverlight Documentation
Contains(CellRange) Method


GrapeCity.Windows.SpreadSheet.Data Namespace > CellRange Class > Contains Method : Contains(CellRange) Method
The CellRange object that contains the other range of cells.
Determines whether the range of cells contains a specified range of cells.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal range As CellRange _
) As System.Boolean
'Usage
 
Dim instance As CellRange
Dim range As CellRange
Dim value As System.Boolean
 
value = instance.Contains(range)
public System.bool Contains( 
   CellRange range
)

Parameters

range
The CellRange object that contains the other range of cells.

Return Value

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

Reference

CellRange Class
CellRange Members
Overload List