IndentLevel (NotesViewEntry - LotusScript)
Read-only. The indent level of a view entry.
Defined in
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 string | Indent level |
|---|---|
| 1 | 0 |
| 1.1 | 1 |
| 1.1.1 | 2 |