Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

RemoveAt Method, ColumnsClass Class

Removes the specified column.

Class: ColumnsClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

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

Parameters

ColIndex

Column index of the column to remove.

Comments

Removes the specified column.

The specified columns is removed.

Cells are not affected by this operation and any cells are simply remapped onto the remaining columns.

See Also ColumnsClass Class | Classes | SftTree/NET 2.0