Apply a Boxed Frame Style to Selected Cells
This sample demonstrates how to programmatically apply a boxed border style to several selected table cells in TX Text Control. The code adjusts each individual cell border to replicate the consistent boxed frame appearance available through the built-in table dialog box.

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
TX Text Control .NET for Windows Forms supports splitting plain text into a table using delimiter characters such as commas or hyphens. This sample, migrated from Visual Studio 2003 to 2005,…
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
TX Text Control version 15.0 introduced a ClipboardFormat parameter on the Paste method, enabling native Paste Special functionality. The GetClipboardFormats method returns all available clipboard…
TX Text Control .NET for Windows Forms: Converting a Table to Text
TX Text Control .NET for Windows Forms exposes Table and TableCell classes that simplify converting tables to plain text. A C# method iterates every cell, accumulates row strings with a…
