| 
 | 
 | 
 | 
| 
        | SetSortStatus Method, FootersClass Class | 
Sets the sorting indicator of all footer cells to the specified value.
Syntax FootersClass 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 footer cells to the specified value.
A cell's sorting indicator can also be changed individually using the CellBaseClass.SortStatus property.