Search
Table.SetRowHeight Method
See Also
 



Sets the height of the specified row.

 Syntax

VB6  Copy Code

Public Sub SetRowHeight( _
    ByVal row As Long, _
    ByVal newVal As Long _
)

C++  Copy Code

public:
void SetRowHeight (
    int row,
    int newVal
)

 Parameters

row
The index of the row whose width to set.
newVal

The new row height.

 Remarks

Changes the height of the row specified as an argument.

 See Also