ChartDirector 7.1 (.NET Edition)

CDMLTable.getRowHeight


Usage

[C#]public int getRowHeight(int row);
[VB]Public Function getRowHeight(row As Integer) As Integer

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

ArgumentDefaultDescription
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.