Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / SortIndicator Property


In This Topic
    SortIndicator Property (Column)
    In This Topic
    Gets or sets the sort indicator for this column.
    Syntax
    'Declaration
     
    
    Public Property SortIndicator As SortIndicator
    'Usage
     
    
    Dim instance As Column
    Dim value As SortIndicator
     
    instance.SortIndicator = value
     
    value = instance.SortIndicator
    public SortIndicator SortIndicator {get; set;}
    See Also