Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1AgendaView 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 System.Integer, _
       ByVal leftCol As System.Integer, _
       ByVal bottomRow As System.Integer, _
       ByVal rightCol As System.Integer, _
       ByVal extraSpace As System.Integer, _
       ByVal flags As C1.Win.C1FlexGrid.AutoSizeFlags _
    ) 
    public virtual void AutoSizeCols( 
       System.int topRow,
       System.int leftCol,
       System.int bottomRow,
       System.int rightCol,
       System.int extraSpace,
       C1.Win.C1FlexGrid.AutoSizeFlags flags
    )

    Parameters

    topRow
    leftCol
    bottomRow
    rightCol
    extraSpace
    flags
    See Also