Spread Windows Forms 12.0 Product Documentation
SetColumnShowSortIndicator Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : SetColumnShowSortIndicator Method
Sets whether the specified column or columns should show a sort indicator when automatically sorted.
Overload List
OverloadDescription
Sets whether the specified column on this sheet should display a sort indicator when automatically sorted.  
Sets whether the specified columns on this sheet should display a sort indicator when automatically sorted.  
Remarks

The SetColumnShowSortIndicator method must be called before the user does an AutoSortColumn. Otherwise, the sort indicator is displayed and remains displayed.

The SheetView.SetColumnShowSortIndicator method and the Column.ShowSortIndicator property set whether the column shows the sort indicator the next time that the SheetView.AutoSortColumns method is called for that column. It has no effect until AutoSortColumns is called for that column index.

If you want to change the sort indicator shown for a column, use the SheetView.SetColumnSortIndicator method or the Column.SortIndicator property. These change the sort indicator in the column header and do not affect whether the column is sorted or not.

See Also

Reference

SheetView Class
SheetView Members
AutoSortColumn Method
GetColumnShowSortIndicator Method
SetColumnSortIndicator Method
ShowSortIndicator Property (Column)

User-Task Documentation

Managing Sorting