Creates a System.Web.UI.WebControls.RepeaterItem object with the specified item type and location within the System.Web.UI.WebControls.Repeater control.
- itemIndex
- The specified location within the System.Web.UI.WebControls.Repeater control to place the created item.
- itemType
- A System.Web.UI.WebControls.ListItemType that represents the specified type of the System.Web.UI.WebControls.Repeater item to create.
The new System.Web.UI.WebControls.RepeaterItem object.