ResortView (NotesView - LotusScript®)
Resorts a view.
Note: This method is new with Release 8.5.
Defined in
Syntax
Call notesView .ResortView( [ columnName, ascendingFlag ] )
Parameters
columnName
Optional. String. The name of the column on which to sort. Defaults to the first column.
ascendingFlag
Optional. Boolean. True sorts columnName ascending. False sorts columnName descending. Defaults to True.
Usage
If no parameters are supplied, the view is resorted to the first column ascending.