RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / EditExtensions Class / ConvertTextToTable Method
The range to convert.

In This Topic
    ConvertTextToTable Method (EditExtensions)
    In This Topic
    Converts a range of text to a table.
    Syntax
    'Declaration
     
    
    Public Shared Function ConvertTextToTable( _
       ByVal range As C1TextRange _
    ) As C1Table
    public static C1Table ConvertTextToTable( 
       C1TextRange range
    )

    Parameters

    range
    The range to convert.

    Return Value

    The table generated from the text in the range.
    Remarks
    The input text is split on newlines to generate rows. Tabs, commas or spaces separate columns.
    See Also