SharpLeaf Reference > SharpLeaf Methods > IncludeTable Method > (Table,BoxFlow,Double,Boolean)

SharpLeaf.IncludeTable Method (Table,BoxFlow,Double,Boolean)

Flow a table with specifed flow, targetting such width, optionally fitting it.

public void IncludeTable(
    Table tbl,
    BoxFlow flow,
    double targetwidth,
    bool fitwidth
);
tbl
Table to flow.
flow
How to flow the table (BoxFlow.Paragraph by default).
targetwidth
Target table width (positive is absolute width in points – negative is relative to currently available frame width) (default is -1).
fitwidth
Scale table so that it fits the target width exactly.

See also ...

SharpLeaf Members | SharpLeaf.IncludeTable Method


Send comments on this topic
© Dyalog Ltd 2021