Excel for WinRT
Contains(XLCellRange) Method


Determines whether the range contains a specific range.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal cr As XLCellRange _
) As System.Boolean
'Usage
 
Dim instance As XLCellRange
Dim cr As XLCellRange
Dim value As System.Boolean
 
value = instance.Contains(cr)
public System.bool Contains( 
   XLCellRange cr
)

Parameters

cr
See Also

Reference

XLCellRange Class
XLCellRange Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback