Programmer's Reference > WordApplication API > Element > InsertListAfter
Creates and returns an empty List at the end of this Element. By passing a boolean, it can be a numbered list (true) or a bulleted list (false).
List
[csharp]
List lst = e.InsertListAfter(true);
[vbnet]
Dim lst As List = e.InsertListAfter(True)
Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.