SharpLeaf Reference > Table Methods > SetCellFont Method > (FontType,Int32,Int32)

Table.SetCellFont Method (FontType,Int32,Int32)

Set a specific cell font without changing the cycle.

public void SetCellFont(
    FontType font,
    int col,
    int row
);
font
cell font to use.
col
target column : 0 for “all”, positive from left, negative from right.
row
target row : 0 for “all”, positive from top, negative from bottom.

See also ...

Table Members | Table.SetCellFont Method


Send comments on this topic
© Dyalog Ltd 2021