Excel for WPF and Silverlight
Contains(XLShape) Method

C1.WPF.Excel Namespace > ShapeCollection Class > Contains Method : Contains(XLShape) Method
XLShape object to look for.
Checks whether the collection contains a specific XLShape object.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal shape As XLShape _
) As System.Boolean
public System.bool Contains( 
   XLShape shape
)

Parameters

shape
XLShape object to look for.

Return Value

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

Reference

ShapeCollection Class
ShapeCollection Members
Overload List