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 rowType As C1.WPF.Grid.GridRowColType _
    ) 
    public void AutoSizeRow( 
       int row,
       C1.WPF.Grid.GridRowColType rowType
    )

    Parameters

    row
    rowType
    See Also