Apply a Boxed Frame Style to Selected Cells
I have just made a quick sample to illustrate how to adjust the border of several selected table cells. This sample shows how to set a boxed border like in the shipped dialog box for tables. Read the full article in our source code library

I have just made a quick sample to illustrate how to adjust the border of several selected table cells. This sample shows how to set a boxed border like in the shipped dialog box for tables.
Related Posts
Revised Sample: Converting Text to a Table
First of all, I would like to wish all of our users a happy and successful year 2009. I am sure that it will be a fantastic year with a lot of new features and improvements for the TX Text Control…
Create a Table of Contents in Windows Forms using C#
This article explains how to create a table of contents in Windows Forms using the ribbon or programmatically. Creating a table of contents is required to organize large documents.
Two Ways to Restart Numbered Lists in TX Text Control
In TX Text Control, numbered lists are continued by default and need to be reset when required. There is more than one way if you want to restart numbered lists in a document. In this article, two…
Paste Special: The Easy Way to Implement
In an older sample, I showed how to implement a paste special functionality by accessing the clipboard directly using .NET functionality. In version 15.0, we implemented this functionality…
TX Text Control .NET for Windows Forms: Converting a Table to Text
I just found an interesting solution from our support staff while reviewing our support cases of the last week. A user was trying to convert a table into normal text. Thanks to TX Text Control's…