SharpLeaf Reference > Table Properties > FootnoteFont Property Table.FootnoteFont Property
FontType for Table Footnote (default is null to use working ParagraphStyle).
public FontType FootnoteFont {get; set;}
Example
tb.FootnoteFont = new FontType("Times",8);
See also ...Table Members | Table.Footnote Property
Send comments on this topic © Dyalog Ltd 2021
|