Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnHeader Class / AutoSortIndex Property


In This Topic
    AutoSortIndex Property (ColumnHeader)
    In This Topic
    Gets or sets which column header row displays the sort indicator when there are multiple column header rows.
    Syntax
    'Declaration
     
    
    Public Property AutoSortIndex As Integer
    'Usage
     
    
    Dim instance As ColumnHeader
    Dim value As Integer
     
    instance.AutoSortIndex = value
     
    value = instance.AutoSortIndex
    public int AutoSortIndex {get; set;}
    See Also