Formatting Tables
RadRichTextBox exposes an API that allows you to use various methods to style the tables. The methods exposed by the API can be wired to a UI and get executed upon user interaction with this UI. To learn more about the Formatting API of the RadRichTextBox, read this topic.
All methods that allow you to interact with Tables are listed here: Tables Properties and Methods.
Formatting the Table in Code
The bellow code shows how you can create a table in the code behind and set its styles:
Example 1: Generate a table and set its borders and background
Figure 1: Generate a table and set its borders and background
Using the StyleName Property
You can use the StyleName property to set one of the predefined table styles.
Example 2: Set the StyleName
Figure 2: Use predefined styles