FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / AutoSizeRows Method
Index of the first row to resize.
Index of the last row to resize.
The type of row.

In This Topic
    AutoSizeRows Method (FlexGrid)
    In This Topic
    Resizes a row range to fit their visible contents.
    Syntax
    'Declaration
     
    Public Sub AutoSizeRows( _
       ByVal startRow As Integer, _
       ByVal endRow As Integer, _
       Optional ByVal rowType As GridRowColType _
    ) 
    public void AutoSizeRows( 
       int startRow,
       int endRow,
       GridRowColType rowType
    )

    Parameters

    startRow
    Index of the first row to resize.
    endRow
    Index of the last row to resize.
    rowType
    The type of row.
    See Also