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