ComponentOne RichTextBox for UWP
InsertTable Method

C1.Xaml.RichTextBox Namespace > EditExtensions Class : InsertTable Method
The position to insert the table.
Number of rows for the table.
Number of columns for the table.
Inserts a table in a document.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function InsertTable( _
   ByVal pos As C1TextPointer, _
   ByVal rows As System.Integer, _
   ByVal columns As System.Integer _
) As C1Table
[System.Runtime.CompilerServices.Extension()]
public static C1Table InsertTable( 
   C1TextPointer pos,
   System.int rows,
   System.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

Reference

EditExtensions Class
EditExtensions Members