NtTimeChartControl.GetRowHeight Method

Returns the height of a row in pixels.

Overload List:

Modifier / Return Value Name and Parameters Description

public virtual int

GetRowHeight ( int r )

Returns the height of the row with the zero based index r. The topmost row has index 0.

Return value:

int
Height of the row in pixels.

Parameters:

int r
Zero based index of the row.

Remarks:

Throws an Exception if r is less than zero or equal or bigger than the row count.

See also:

GetColGetColHeaderStr()
GetColWidth()
GetColX()
GetRowY()