ListItemList.Add

Add new ListItem to the ListItemList.

public ListItem Add(string item)
Function Add(item As String) As ListItem

Parameters

item
String

Text of the ListItem.

Returns

ListItem

Returns newly created ListItem.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

ListItem
ListItemList
ceTe.DynamicPDF.PageElements

In this topic