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


In This Topic
    AutoSortIndex Property (ColumnClipInfo)
    In This Topic
    Gets or sets the column header row index of the automatic sort indicator.
    Syntax
    'Declaration
     
    
    Public Property AutoSortIndex As Integer
    'Usage
     
    
    Dim instance As ColumnClipInfo
    Dim value As Integer
     
    instance.AutoSortIndex = value
     
    value = instance.AutoSortIndex
    public int AutoSortIndex {get; set;}
    See Also