Step 3: Inserting Tables

Tables are used in nearly every business document to display tabular or structured data. This code sample shows how to insert a simple table into the TX Text Control .NET Server.

Important code snippet:

1: serverTextControl1.Tables.Add(TextBox1.Text, TextBox2.Text, 13);

Number of columns:

Number of rows: