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