Spread for ASP.NET 12 Product Documentation
Ascending Property (SortInfo)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SortInfo Class : Ascending Property
Gets or sets whether the sort order is ascending.
Syntax
'Declaration
 
Public Property Ascending As Boolean
'Usage
 
Dim instance As SortInfo
Dim value As Boolean
 
instance.Ascending = value
 
value = instance.Ascending
public bool Ascending {get; set;}
See Also

Reference

SortInfo Class
SortInfo Members