RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / EditExtensions Class / InsertTable Method
The position to insert the table.
Number of rows for the table.
Number of columns for the table.

In This Topic
    InsertTable Method (EditExtensions)
    In This Topic
    Inserts a table in a document.
    Syntax
    'Declaration
     
    
    Public Shared Function InsertTable( _
       ByVal pos As C1TextPointer, _
       ByVal rows As Integer, _
       ByVal columns As Integer _
    ) As C1Table
    public static C1Table InsertTable( 
       C1TextPointer pos,
       int rows,
       int columns
    )

    Parameters

    pos
    The position to insert the table.
    rows
    Number of rows for the table.
    columns
    Number of columns for the table.
    See Also