Description
Creates and returns an empty List at the beginning of this Element. By passing a boolean, it can be a numbered list (true) or a bulleted list (false).
C#
vb.net
Parameters
numbered
Returns
AList
object representing the newly created empty list.
Examples
C#
vb.net