Excel for WinRT
Contains(Int32) Method


The identifier of the object to look for.
Checks whether the collection contains a specific XLShape object.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal id As System.Integer _
) As System.Boolean
'Usage
 
Dim instance As ShapeCollection
Dim id As System.Integer
Dim value As System.Boolean
 
value = instance.Contains(id)
public System.bool Contains( 
   System.int id
)

Parameters

id
The identifier of the object to look for.

Return Value

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

Reference

ShapeCollection Class
ShapeCollection Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback