ComponentOne FlexGrid for WinForms
Right Property

C1.Win.C1FlexGrid Namespace > Column Class : Right Property
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

Reference

Column Class
Column Members