Excel for WinRT
Contains Method (XLCellRangeCollection)


XLCellRange object to look for.
Checks whether the collection contains a specific XLCellRange object.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal cr As XLCellRange _
) As System.Boolean
'Usage
 
Dim instance As XLCellRangeCollection
Dim cr As XLCellRange
Dim value As System.Boolean
 
value = instance.Contains(cr)
public System.bool Contains( 
   XLCellRange cr
)

Parameters

cr
XLCellRange object to look for.

Return Value

True if the collection contains the range, False otherwise.
See Also

Reference

XLCellRangeCollection Class
XLCellRangeCollection Members

 

 


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

Product Support Forum  |  Documentation Feedback