Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created May 16, 2024 13:10
Show Gist options
  • Save bjoerntx/ce30b163eddcc5dc5a0284704cb20022 to your computer and use it in GitHub Desktop.
Save bjoerntx/ce30b163eddcc5dc5a0284704cb20022 to your computer and use it in GitHub Desktop.
textControl1.Tables.Add(9, 9, 10);
Table table = textControl1.Tables.GetItem(10);
table.Select(2, 2, 4, 6);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment