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