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

In This Topic
    AutoSizeColumns Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub AutoSizeColumns( _
       ByVal startCol As Integer, _
       ByVal endCol As Integer, _
       Optional ByVal columnType As C1.WPF.Grid.GridRowColType _
    ) 
    public void AutoSizeColumns( 
       int startCol,
       int endCol,
       C1.WPF.Grid.GridRowColType columnType
    )

    Parameters

    startCol
    endCol
    columnType
    See Also