Search
Table.GetRowHeight Method
See Also
 



Gets the height of a row.

 Syntax

VB6  Copy Code

Public Function GetRowHeight( _
    ByVal row As Long _
) As Long

C++  Copy Code

public:
int GetRowHeight (
    int row
)

 Parameters

row
The number of the row whose height to get.

 Return Value

A long value specifying the row height.

 Remarks

Returns the height of the row specified as argument.

 See Also