Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

RemoveAt Method, HeadersClass Class

Removes the row at the specified index.

Class: HeadersClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

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

Parameters

ColIndex

The zero-based row index.

Comments

Removes the row at the specified index.

See Also HeadersClass Class | Classes | SftTree/NET 2.0