RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / EditExtensions Class / MakeList Method / MakeList(C1TextRange) Method

In This Topic
    MakeList(C1TextRange) Method
    In This Topic
    Makes a list from the blocks in a range.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function MakeList( _
       ByVal range As C1TextRange _
    ) As C1List
    public static C1List MakeList( 
       C1TextRange range
    )

    Parameters

    range

    Return Value

    The created list, or null if a list couldn't be created.
    See Also