SharpLeaf Reference > Table Methods > SetCellFont Method Table.SetCellFont Method
Set cell fonts to cycle through from current cell on.
Overloads
Example
font=lf.Style.Font.Clone(); // Clone current paragraph font;
font.Name = "Arial"; // Use Arial, keeping size, style and color
tb.SetCellFont(font); // Use that font from now on
Description
Default is null which is working SharpLeaf.Style.Font.
See also ...Table Cyclic Settings | Table Glossary | Table Members
Send comments on this topic © Dyalog Ltd 2021
|