Overload | Description |
---|---|
SetColumnShowSortIndicator(Int32,Boolean) | Sets whether the specified column on this sheet should show a sort indicator when automatically sorted. |
SetColumnShowSortIndicator(Int32,Int32,Boolean) | Sets whether the specified columns on this sheet should show a sort indicator when automatically sorted. |
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2