[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.EditExtensions.InsertTable

InsertTable Method

InsertTable(C1TextPointer, int, int)

Inserts a table in a document.

Declaration
public static C1Table InsertTable(this C1TextPointer pos, int rows, int columns)
Parameters
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.

Returns
Type Description
C1Table