Inserts a specified System.Web.UI.WebControls.HotSpot object into the System.Web.UI.WebControls.HotSpotCollection collection at the specified index location.
- idx
- Documentation for this section has not yet been entered.
- spot
- The System.Web.UI.WebControls.HotSpot object to add to the collection.
The HotSpotCollection.Insert(int, HotSpot) method adds the specified System.Web.UI.WebControls.HotSpot object to the collection at the specified index location. To append a System.Web.UI.WebControls.HotSpot object to the end of the collection, use the HotSpotCollection.Add(HotSpot) method.