Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumn Class / SortOrder Property


In This Topic
    SortOrder Property (ListColumn)
    In This Topic
    Gets or sets the sort order.
    Syntax
    'Declaration
     
    
    Public Property SortOrder As SortOrder
    'Usage
     
    
    Dim instance As ListColumn
    Dim value As SortOrder
     
    instance.SortOrder = value
     
    value = instance.SortOrder
    public SortOrder SortOrder {get; set;}

    Property Value

    A SortOrder enumeration indicating the sort order.
    See Also