Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.8.1
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > WordApplication API > Element > InsertListAfter

InsertListAfter Method



Signature:

public List InsertListAfter ( boolean numbered )

Description:

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).

Parameters:

numbered    

Returns:

List A List object representing the newly created empty list.

Examples:

[csharp]
List lst = e.InsertListAfter(true);
[vbnet]
Dim lst As List = e.InsertListAfter(True)



Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.