Adds an item to the current SliderImageCollection collection and returns its index.
public int Add( Image image )
Public Function Add( ByVal image As Image ) As Integer
The Add method adds an Image object to the current SliderImageCollection and places it at the end of the collection. To manually define a position for placement of the image, use the Insert property.