Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created May 16, 2024 13:12
Show Gist options
  • Save bjoerntx/2514ff7089303f0e471103ca040f3c74 to your computer and use it in GitHub Desktop.
Save bjoerntx/2514ff7089303f0e471103ca040f3c74 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);
FormatSelectedTableCells(new TableCellFormat()
{
BackColor = Color.LightGray,
BottomBorderWidth = 1,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment