SharpLeaf Reference > SharpLeaf Methods > IncludeTable Method > (Table,BoxFlow,Double) SharpLeaf.IncludeTable Method (Table,BoxFlow,Double)
Flow a table with specifed flow, targetting such width.
public void IncludeTable(
Table tbl,
BoxFlow flow,
double targetwidth
);
-
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).
See also ...SharpLeaf Members | SharpLeaf.IncludeTable Method
Send comments on this topic © Dyalog Ltd 2021
|