ChartDirector 7.0 (Perl Edition)
CDMLTable
.
getColWidth
Usage
getColWidth(col)
Description
Gets the width of a column.
Note that you need to call
CDMLTable.layout
first to layout the table before calling this method.
Arguments
Argument
Default
Description
col
(Mandatory)
The column number of the column. The column is numbered from left to right, with the leftmost column being 0.
Return Value
The width of the column in pixels.
© 2021 Advanced Software Engineering Limited. All rights reserved.