Skip to main content

IndentLevel (NotesViewEntry - LotusScript)

Read-only. The indent level of a view entry.

Defined in

NotesViewEntry

Data type

Integer

Syntax

To get: level% = notesViewEntry .IndentLevel

Usage

The return value for the IndentLevel property always matches the levels in the position string. For example:

Position stringIndent level
10
1.11
1.1.12

Example