public method TableBuilder.SetMultipageSpreadSets the number of columns on each page for a multi-page table.
| Declaration | ||||
|
||||
| Parameters | |
columnsPerPage |
The number of columns on each page. |
For example,
myTableBuilder.SetMultipageSpread(new uint[] {3, 3});See also SetAutomaticMultipageSpreadMode
Declared in TableBuilder