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