| 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
);
tblTable to flow.
flowHow to flow the table (BoxFlow.Paragraph by default).
targetwidthTarget table width (positive is absolute width in points – negative is relative to currently available frame width) (default is -1).
fitwidthScale table so that it fits the target width exactly.
 See also ...SharpLeaf Members | SharpLeaf.IncludeTable Method 
 Send comments on this topic© Dyalog Ltd 2021
 |