IsTotal (NotesViewEntry - LotusScript®)

Read-only. Indicates whether a view entry is a total.

Defined in

NotesViewEntry

Data type

Boolean

Syntax

To get: flag = notesViewEntry .IsTotal

Legal values

  • True indicates that the view entry is a total.
  • False indicates that the view entry is not a total.

Example