'Usage Dim instance As SpreadImageCollection Dim imageID As String Dim value As Boolean value = instance.Contains(imageID)
Parameters
- imageID
- The ID of the image.
Return Value
true
if the image collection contains the specified image; otherwise, false
.