Spread for ASP.NET 12 Product Documentation
AllowSort Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : AllowSort Property
Gets or sets whether users can sort rows in the sheet.
Syntax
'Declaration
 
Public Property AllowSort As Boolean
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.AllowSort = value
 
value = instance.AllowSort
public bool AllowSort {get; set;}
See Also

Reference

SheetView Class
SheetView Members