ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.8 Assembly / C1.Win.C1Sizer Namespace / Column Class / SetSize Method

In This Topic
    SetSize Method (Column)
    In This Topic
    Gets or sets the size of the Column as a percentage of the grid's width.
    Syntax
    'Declaration
     
    Protected Overrides Sub SetSize( _
       ByVal value As System.Integer, _
       ByVal adjust As System.Boolean _
    ) 
    protected override void SetSize( 
       System.int value,
       System.bool adjust
    )

    Parameters

    value
    adjust
    See Also