FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Column Class / Right Property

In This Topic
    Right Property (Column)
    In This Topic
    Gets the position of the right of this column, in pixels, relative to the grid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Right As Integer
    public int Right {get;}
    Remarks
    The value returned corresponds to the sum of the Left and WidthDisplay properties.
    See Also