FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / AutoSize Method / AutoSize(Int32,Int32,Boolean,Int32) Method

In This Topic
    AutoSize(Int32,Int32,Boolean,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub AutoSize( _
       ByVal col1 As Integer, _
       ByVal col2 As Integer, _
       ByVal equal As Boolean, _
       ByVal extra As Integer _
    ) 
    public void AutoSize( 
       int col1,
       int col2,
       bool equal,
       int extra
    )

    Parameters

    col1
    col2
    equal
    extra
    See Also