FarPoint.Win.Spread
SetColumnAllowAutoSort Method
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : SetColumnAllowAutoSort Method


Sets whether the specified column or columns should allow automatic sorting.

Overload List

OverloadDescription
SetColumnAllowAutoSort(Int32,Boolean) Sets whether the specified column on this sheet allows automatic sorting.  
SetColumnAllowAutoSort(Int32,Int32,Boolean) Sets whether the specified columns on this sheet allow automatic sorting.  

Remarks

The default is for columns not to allow automatic sorting.

See Also