Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Excerpt

Returns a ListEntry object representing an empty list entry that is inserted at the given index, which is indented to the level specified. index and level start at 0. The maximum level is 8 (9 levels total).

...

Example
Code Block
csharp
csharp
titleC#

          ListEntry entry = lst.InsertEntry(0, 0);
        
Code Block
vb.netvb.netvbnet
vbnet
titlevb.net

          Dim entry As ListEntry = lst.InsertEntry(0, 0)