GetLastEntry (NotesViewEntryCollection - LotusScript®)

Gets the last entry in a view collection.

Syntax

Set notesViewEntry = notesViewEntryCollection .GetLastEntry( )

Return value

notesViewEntry

The last view entry in the collection. If there are no entries in the collection, returns Nothing.

Language cross-reference

getLastEntry method in Java™ ViewEntryCollection class