ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / AutoSizeRows Method / AutoSizeRows(Int32,Int32,Double) Method
Index of the first row to resize.
Index of the last row to resize.
Extra height to add to the row, in pixels.

In This Topic
    AutoSizeRows(Int32,Int32,Double) Method
    In This Topic
    Resizes a row range to fit their visible contents.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AutoSizeRows( _
       ByVal startRow As Integer, _
       ByVal endRow As Integer, _
       ByVal extra As Double _
    ) 
    public void AutoSizeRows( 
       int startRow,
       int endRow,
       double extra
    )

    Parameters

    startRow
    Index of the first row to resize.
    endRow
    Index of the last row to resize.
    extra
    Extra height to add to the row, in pixels.
    See Also