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

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

    Parameters

    row
    header
    See Also