Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CellRange Class
CellRange Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.