Spread for ASP.NET 12 Product Documentation
Contains(CellRange) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > CellRange Class > Contains Method : Contains(CellRange) Method
CellRange object that contains the other range of cells
Determines whether the range of cells contains another specified range of cells.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal range As CellRange _
) As Boolean
'Usage
 
Dim instance As CellRange
Dim range As CellRange
Dim value As Boolean
 
value = instance.Contains(range)
public bool Contains( 
   CellRange range
)

Parameters

range
CellRange object that contains the other range of cells
See Also

Reference

CellRange Class
CellRange Members
Overload List