Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / List Class / AddListItem Method


In This Topic
    AddListItem Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function AddListItem( _
       ByVal listText As String, _
       Optional ByVal level As Integer, _
       Optional ByVal formatting As Formatting _
    ) As List
    'Usage
     
    Dim instance As List
    Dim listText As String
    Dim level As Integer
    Dim formatting As Formatting
    Dim value As List
     
    value = instance.AddListItem(listText, level, formatting)
    public List AddListItem( 
       string listText,
       int level,
       Formatting formatting
    )

    Parameters

    listText
    level
    formatting
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also