ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / AutoSizeCols Method / AutoSizeCols(Int32) Method
Amount of extra space, in pixels, to add to the column widths.

In This Topic
    AutoSizeCols(Int32) Method
    In This Topic
    Adjusts the width of all columns fit the data.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub AutoSizeCols( _
       ByVal extraSpace As Integer _
    ) 
    public virtual void AutoSizeCols( 
       int extraSpace
    )

    Parameters

    extraSpace
    Amount of extra space, in pixels, to add to the column widths.
    See Also