SharpLeaf Reference > Table Methods > SetCellFont Method > (FontType[],Boolean)

Table.SetCellFont Method (FontType[],Boolean)

Set column or row font, depending on provided flag.

public void SetCellFont(
    FontType[] fonts,
    bool colwise
);
fonts
array of fonts to tile table with.
colwise
true for col-wise vector, false for row-wise vector.

See also ...

Table Members | Table.SetCellFont Method


Send comments on this topic
© Dyalog Ltd 2021