TCPDF::setEqualColumns( $numcols, $width, $y = '' )
Set multiple columns of the same size
Description Description
Parameters Parameters
- $numcols
-
(Required) (int) number of columns (set to zero to disable columns mode)
- $width
-
(Required) (int) column width
- $y
-
(Optional) (int) column starting Y position (leave empty for current Y position)
Default value: ''
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
4.9.001 | Introduced. |