SharpLeaf Reference > Table Properties > HeadingFont Property Table.HeadingFont Property
FontType for Table Heading (default is null to use working ParagraphStyle).
public FontType HeadingFont {get; set;}
Example
tb.HeadingFont = new FontType("Garamond",16,FontStyle.Bold,Color.Navy);
See also ...Table Members | Table.Heading Property
Send comments on this topic © Dyalog Ltd 2021
|