FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / AutoSizeRows Method

In This Topic
    AutoSizeRows Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub AutoSizeRows( _
       ByVal startRow As Integer, _
       ByVal endRow As Integer, _
       Optional ByVal header As Boolean _
    ) 
    public void AutoSizeRows( 
       int startRow,
       int endRow,
       bool header
    )

    Parameters

    startRow
    endRow
    header
    See Also