FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellRange Structure / RightColumn Property

In This Topic
    RightColumn Property
    In This Topic
    Gets the index of the right column in this CellRange.
    Syntax
    'Declaration
     
    Public ReadOnly Property RightColumn As Integer
    public int RightColumn {get;}
    Remarks
    This value is the higher of Column or Column2.
    See Also