Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadImageCollection Class / Contains Method / Contains(String) Method
The ID of the image.


In This Topic
    Contains(String) Method
    In This Topic
    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