Spread Windows Forms 12.0 Product Documentation
Ascending Property (Group)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > Group Class : Ascending Property
Gets whether the rows in the group are displayed in ascending order.
Syntax
'Declaration
 
Public ReadOnly Property Ascending As Boolean
'Usage
 
Dim instance As Group
Dim value As Boolean
 
value = instance.Ascending
public bool Ascending {get;}

Property Value

Boolean: true if sorting is in ascending order; false otherwise
See Also

Reference

Group Class
Group Members