Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

SortDescending Constructor

Initializes a new instance of the SortDescending class.

Class: SortDescending
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public SortDescending( int ColumnIndex );
Public Sub New( ByVal ColumnIndex As Integer )

Parameters

ColumnIndex

Index of the column whose cell text is to be sorted.

Comments

Initializes a new instance of the SortDescending class.

See Also SortDescending Class | Classes | SftTree/NET 2.0