Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created August 14, 2017 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/437c2f39c053933b75e15ab0e4519271 to your computer and use it in GitHub Desktop.
Save bjoerntx/437c2f39c053933b75e15ab0e4519271 to your computer and use it in GitHub Desktop.
textControl1.Tables.Add(3, 6, 10);
Table table = textControl1.Tables.GetItem(10);
table.Select(1, 2, 2, 3);
table.MergeCells();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment