|
|
|
|
SetSortStatus Method, HeadersClass Class |
Sets the sorting indicator of all header cells to the specified value.
Syntax HeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Sub SetSortStatus( ByVal status As SortStatusEnum ) |
C# |
public void SetSortStatus( SortStatusEnum status ); |
C++ |
public: void SetSortStatus( SortStatusEnum status ); |
status
The sorting indicator status.
Value |
Description |
|
0 | The sorting indicator is not shown. | |
1 | The ascending sorting indicator is shown. | |
2 | The descending sorting indicator is shown. |
Comments
The SetSortStatus method sets the sorting indicator of all header cells to the specified value.
A cell's sorting indicator can also be changed individually using the CellBaseClass.SortStatus property.