Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / SetAutoRowHeight Method
An integer value indicates the row index.


In This Topic
    SetAutoRowHeight Method (Worksheet)
    In This Topic
    Sets the automatic size to a specific row.
    Syntax
    '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.
    Remarks
    This method will clear custom size flag of row.
    See Also