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


In This Topic
    SetAutoRowHeight Method (LayoutManager)
    In This Topic
    Sets the automatic size to a specific row.
    Syntax
    'Declaration
     
    
    Public Function SetAutoRowHeight( _
       ByVal row As Integer, _
       ByVal autoHeight As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As LayoutManager
    Dim row As Integer
    Dim autoHeight As Integer
    Dim value As Integer
     
    value = instance.SetAutoRowHeight(row, autoHeight)
    public int 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