Spread for ASP.NET 10 Product Documentation
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

Return Value

true if the range contains the other range; false otherwise
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

CellRange Class
CellRange Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.