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 header As Boolean _
    ) 
    public void AutoSizeColumns( 
       int startCol,
       int endCol,
       bool header
    )

    Parameters

    startCol
    endCol
    header
    See Also