Excel for WinRT
Contains Method (XLRowCollection)


Item to look for.
Determines whether an XLRow is a member of the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal row As XLRow _
) As System.Boolean
'Usage
 
Dim instance As XLRowCollection
Dim row As XLRow
Dim value As System.Boolean
 
value = instance.Contains(row)
public System.bool Contains( 
   XLRow row
)

Parameters

row
Item to look for.

Return Value

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

Reference

XLRowCollection Class
XLRowCollection Members

 

 


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

Product Support Forum  |  Documentation Feedback