Appends a specified System.Web.UI.WebControls.HotSpot object to the end of the System.Web.UI.WebControls.HotSpotCollection collection.
- spot
- The System.Web.UI.WebControls.HotSpot object to append to the collection.
The index at which the object was added to the collection.
The HotSpotCollection.Add(HotSpot) method adds the specified System.Web.UI.WebControls.HotSpot object to the end of the collection. To add a System.Web.UI.WebControls.HotSpot object to the collection at a specific index location, use the HotSpotCollection.Insert(int, HotSpot) method.