ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / AutoSizeCols Method / AutoSizeCols(Int32,Int32,Int32,Int32,Int32,AutoSizeFlags) Method

In This Topic
    AutoSizeCols(Int32,Int32,Int32,Int32,Int32,AutoSizeFlags) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub AutoSizeCols( _
       ByVal topRow As Integer, _
       ByVal leftCol As Integer, _
       ByVal bottomRow As Integer, _
       ByVal rightCol As Integer, _
       ByVal extraSpace As Integer, _
       ByVal flags As C1.Win.FlexGrid.AutoSizeFlags _
    ) 
    public virtual void AutoSizeCols( 
       int topRow,
       int leftCol,
       int bottomRow,
       int rightCol,
       int extraSpace,
       C1.Win.FlexGrid.AutoSizeFlags flags
    )

    Parameters

    topRow
    leftCol
    bottomRow
    rightCol
    extraSpace
    flags
    See Also