Spread for ASP.NET 12 Product Documentation
Contains(SpreadImage) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SpreadImageCollection Class > Contains Method : Contains(SpreadImage) Method
The image to locate in the image collection.
Determines whether the image collection contains a specified image.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal img As SpreadImage _
) As Boolean
'Usage
 
Dim instance As SpreadImageCollection
Dim img As SpreadImage
Dim value As Boolean
 
value = instance.Contains(img)
public bool Contains( 
   SpreadImage img
)

Parameters

img
The image to locate in the image collection.

Return Value

true if the image is found in the image collection; otherwise, false.
See Also

Reference

SpreadImageCollection Class
SpreadImageCollection Members
Overload List