HtmlTable.HtmlTableRowControlCollection.AddAt(Int32, Control) Método
Definición
public:
override void AddAt(int index, System::Web::UI::Control ^ child);
public override void AddAt (int index, System.Web.UI.Control child);
override this.AddAt : int * System.Web.UI.Control -> unit
Public Overrides Sub AddAt (index As Integer, child As Control)
Parámetros
- index
- Int32
Ubicación en la matriz en la que se debe agregar el control secundario.The location in the array at which to add the child control.
Excepciones
El control agregado debe ser del tipo HtmlTableRow.The added control must be of type HtmlTableRow.
Comentarios
El control agregado solo puede ser un HtmlTableRow control; de lo contrario, ArgumentException se produce una excepción.The added control can only be an HtmlTableRow control; otherwise, an ArgumentException is thrown.