[]
Inserts a table in a document.
public static C1Table InsertTable(this C1TextPointer pos, int rows, int columns)
| Type | Name | Description |
|---|---|---|
| C1TextPointer | pos | The position to insert the table. |
| int | rows | Number of rows for the table. |
| int | columns | Number of columns for the table. |
| Type | Description |
|---|---|
| C1Table |