Spread for ASP.NET 11 Product Documentation
Contains(String) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SpreadImageCollection Class > Contains Method : Contains(String) Method
The ID of the image.
Determines whether the image collection contains the specified image.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal imageID As String _
) As Boolean
'Usage
 
Dim instance As SpreadImageCollection
Dim imageID As String
Dim value As Boolean
 
value = instance.Contains(imageID)
public bool Contains( 
   string imageID
)

Parameters

imageID
The ID of the image.

Return Value

true if the image collection contains the specified image; otherwise, false.
See Also

Reference

SpreadImageCollection Class
SpreadImageCollection Members
Overload List