Excel for WinRT
Contains(String) Method


The name of the XLNamedRange object to look for.
Checks whether the collection contains an XLNamedRange object with the specified name.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal name As System.String _
) As System.Boolean
'Usage
 
Dim instance As XLNamedRangeCollection
Dim name As System.String
Dim value As System.Boolean
 
value = instance.Contains(name)
public System.bool Contains( 
   System.string name
)

Parameters

name
The name of the XLNamedRange object to look for.

Return Value

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

Reference

XLNamedRangeCollection Class
XLNamedRangeCollection Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback