Created
October 20, 2021 19:50
-
-
Save bjoerntx/f73eb2ae81e374fda33652eba634bbfa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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