Spread for ASP.NET 10 Product Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SpreadImageCollection Class
SpreadImageCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.