Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created April 9, 2024 20:07
Show Gist options
  • Save bjoerntx/4bd5f09cc06a1e72a18d8035347943a1 to your computer and use it in GitHub Desktop.
Save bjoerntx/4bd5f09cc06a1e72a18d8035347943a1 to your computer and use it in GitHub Desktop.
public class TableStyle
{
public TXTextControl.TableCellFormat TableRowFormat { get; set; }
public TXTextControl.TableCellFormat HeaderRowFormat { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment