NetXP 3.0 Reference

ControlUtil.RemoveAt Method 

Removes a control at the specified index from the given control collection.

[Visual Basic]
Public Shared Sub RemoveAt( _
   ByVal coll As ControlCollection, _
   ByVal index As Integer _
)
[C#]
public static void RemoveAt(
   ControlCollection coll,
   int index
);

Parameters

coll
The control collection.
index
The index at which to remove.

See Also

ControlUtil Class | NETXP.Library Namespace