Inserts a table in a document.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public static C1Table InsertTable(
	this C1TextPointer pos,
	int rows,
	int columns
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function InsertTable ( _
	pos As C1TextPointer, _
	rows As Integer, _
	columns As Integer _
) As C1Table

Parameters

pos
Type: C1.Phone.RichTextBox.Documents..::..C1TextPointer
The position to insert the table.
rows
Type: System..::..Int32
Number of rows for the table.
columns
Type: System..::..Int32
Number of columns for the table.

Return Value

See Also