Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created October 20, 2021 19:50
Show Gist options
  • Save bjoerntx/f73eb2ae81e374fda33652eba634bbfa to your computer and use it in GitHub Desktop.
Save bjoerntx/f73eb2ae81e374fda33652eba634bbfa to your computer and use it in GitHub Desktop.
// loop through all tables, find flagged block tables
// and pass them to "MergeSimilarColumns"
foreach (TXTextControl.Table table in FindBlockTables(textControl1)) {
MergeSimilarColumns(table);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment