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

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

    Parameters

    col1
    col2
    See Also