NetXP 3.0 Reference

TabGroupSequence.RemoveAt Method 

Removes a node at the specified index.

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

Parameters

index
The index.

See Also

TabGroupSequence Class | NETXP.Controls.Docking Namespace