Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

RemoveAt Method, PartsCollectionClass Class

Removes the specified part from the parts collection.

Class: PartsCollectionClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public void RemoveAt( int PartIndex );
Public Sub RemoveAt( ByVal PartIndex As Integer )

Parameters

PartIndex

The zero-based index of the part to remove.

Comments

Removes the specified part from the parts collection.

See Also PartsCollectionClass Class | Classes | SftTree/NET 2.0