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