Inserts a table in a document.
Namespace:
C1.Silverlight.RichTextBoxAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.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.Silverlight.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.