ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.8 Assembly / C1.Win.C1Sizer Namespace / Row Class / Position Property

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