[C#] | public int getRowHeight(int row); |
[VB] | Public Function getRowHeight(row As Integer) As Integer |
ChartDirector 7.1 (.NET Edition)
CDMLTable.
Usage
[C#] | public int getRowHeight(int row); |
[VB] | Public Function getRowHeight(row As Integer) As Integer |
Description
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