ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / Column Class / Position Property

In This Topic
    Position Property (Column)
    In This Topic
    Gets or sets the position of the Column within the C1Sizer grid.
    Syntax
    'Declaration
     
    Protected Overrides Property Position As System.Integer
    protected override System.int Position {get; set;}
    See Also