DeleteEntry (NotesViewEntryCollection - LotusScript®)

Deletes an entry from a collection.

Defined in

NotesViewEntryCollection

Syntax

Call notesViewEntryCollection .DeleteEntry( deleteentry )

Parameters

deleteentry

NotesViewEntry. The view entry to be deleted. If the specified entry is a Category or Total entry, an error is returned. If you specify Nothing, this method generates an error.

Example