Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ColumnAutoSorted Property


In This Topic
    ColumnAutoSorted Property
    In This Topic
    Gets the index of the last column that was automatically sorted for the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnAutoSorted As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    value = instance.ColumnAutoSorted
    public int ColumnAutoSorted {get;}
    See Also