|
|
|
|
SortDescending Constructor |
Initializes a new instance of the SortDescending class.
Syntax SortDescending Class (Softelvdm.SftTreeNET)
VB |
Public Sub New( ByVal ColumnIndex As Integer ) |
C# |
public SortDescending( int ColumnIndex ); |
C++ |
public: SortDescending( int ColumnIndex ); |
ColumnIndex
Index of the column whose cell text is to be sorted.
Comments
The SortDescending constructor initializes a new instance of the SortDescending class.