SetAutoRowHeight Method (Worksheet)
Sets the automatic size to a specific row.
public void SetAutoRowHeight(
int ,
int
)
'Declaration
Public Sub SetAutoRowHeight( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As Worksheet
Dim row As Integer
Dim autoHeight As Integer
instance.SetAutoRowHeight(row, autoHeight)
Parameters
- row
- An integer value indicates the row index.
- autoHeight
Return Value
An integer value indicates the auto height.