'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
.