Skip to content

Instantly share code, notes, and snippets.

@bjoerntx

bjoerntx/test.cs Secret

Created August 4, 2023 20:44
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/41963e71e50d322d935769b5d3185988 to your computer and use it in GitHub Desktop.
Save bjoerntx/41963e71e50d322d935769b5d3185988 to your computer and use it in GitHub Desktop.
Table table = textControl1.Tables.GetItem();
if (IsTableAcrossPages(table)) {
MessageBox.Show("Table is across pages");
}
else {
MessageBox.Show("Table is not across pages");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment