AllowSorting Property (FlexSheet)
In This Topic
Gets or sets whether users are allowed to sort columns by clicking the column header cells.
Syntax
'Declaration
<IgnoreAttribute()>
Public Overrides Property AllowSorting As Boolean
[Ignore()]
public override bool AllowSorting {get; set;}
See Also