In This Topic
Sets the row height on the BiffRow object that represents the specified row number.
Syntax
'Declaration
Public Sub SetRowHeight( _
ByVal As Integer, _
ByVal As Short _
)
public void SetRowHeight(
int ,
short
)
Parameters
- row
- The row number to set the hieght on (zero based).
- height
- The height to set the row to in 1/20th of a point.
See Also